XGameUiShowPlayerProfileCardAsync

显示指定玩家的个人资料卡的 UI。

语法

HRESULT XGameUiShowPlayerProfileCardAsync(  
         XAsyncBlock* async,  
         XUserHandle requestingUser,  
         uint64_t targetPlayer  
)  

参数

async _In_
类型:XAsyncBlock*

指向传递到 XAsyncRunXAsyncBlock 的指针。

requestingUser _In_
类型:XUserHandle

请求个人资料卡的玩家的 ID。

targetPlayer _In_
类型:uint64_t

要显示其个人资料卡的玩家的 ID。

返回值

类型:HRESULT

异步调用的 HRESULT 成功或错误代码。

备注

调用 UI 将导致游戏进入约束模式。 在约束模式下,您的游戏将在处于已调用的 UI 的后台中时接收较少的系统资源。 要详细了解游戏的约束模式和其他操作模式,请参阅 Xbox 游戏生命周期(NDA 主题)要求授权

要求

头文件: XGameUI.h

库:xgameruntime.lib

支持平台:Windows、Xbox One 系列主机和 Xbox Series 主机

另请参阅

XGameUI
XGameUIShowPlayerProfileCardResult
Xbox 游戏生命周期(NDA 主题)要求授权