XGameUiShowPlayerPickerResultCount
XGameUiShowPlayerPickerAsync の呼び出しから結果の数を取得します。
構文
HRESULT XGameUiShowPlayerPickerResultCount(
XAsyncBlock* async,
uint32_t* resultPlayersCount
)
パラメーター
async _In_
型: XAsyncBlock*
XGameUiShowPlayerPickerAsync に渡された XAsyncBlock へのポインター。
resultPlayersCount _Out_
型: uint32_t*
結果の数。
戻り値
型: HRESULT
HRESULT 成功またはエラー コード。
解説
通常、この関数は、XGameUiShowPlayerPickerAsync'sXAsyncBlock で呼び出されます。 この関数を使用すると、リストに帰されたプレイヤーの数を取得できます。 プレイヤーの実際のリストを取得するには、XGameUiShowPlayerPickerResult を呼び出す必要があります。
非同期関数が完了した後、関数の結果を取得するために、この関数をいつでも呼び出すことができます。
要件
ヘッダー: XGameUI.h
ライブラリ: xgameruntime.lib
サポートされているプラットフォーム: Windows、Xbox One ファミリー本体、Xbox Series 本体
関連項目
XGameUI
XGameUiShowPlayerPickerAsync
XGameUiShowPlayerPickerResult