XGameUiShowPlayerPickerResultCount
从 XGameUiShowPlayerPickerAsync 调用获取结果的计数。
语法
HRESULT XGameUiShowPlayerPickerResultCount(
XAsyncBlock* async,
uint32_t* resultPlayersCount
)
参数
async _In_
类型:XAsyncBlock*
指向传递到 XGameUiShowPlayerPickerAsync 的 XAsyncBlock 的指针。
resultPlayersCount _Out_
类型:uint32_t*
结果的计数。
返回值
类型:HRESULT
HRESULT 成功或错误代码。
备注
通常,将在 XGameUiShowPlayerPickerAsync 的 XAsyncBlock 中调用此函数。 此函数将允许您检索返回到列表中的玩家的数目。 要获取玩家的实际列表,您将需要调用 XGameUiShowPlayerPickerResult。
您也可以在异步函数完成后随时调用此函数,以便检索函数结果。
要求
头文件: XGameUI.h
库:xgameruntime.lib
支持平台:Windows、Xbox One 系列主机和 Xbox Series 主机
另请参阅
XGameUI
XGameUiShowPlayerPickerAsync
XGameUiShowPlayerPickerResult