다음을 통해 공유


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