다음을 통해 공유


XblProfileGetUserProfilesResultCount

완료된 XblProfileGetUserProfilesAsync 가져오기 작업에서 프로필 수를 가져옵니다.

구문

HRESULT XblProfileGetUserProfilesResultCount(  
         XAsyncBlock* async,  
         size_t* profileCount  
)  

매개 변수

async _In_
형식: XAsyncBlock*

XblProfileGetUserProfilesAsync에 전달된 것과 동일한 AsyncBlock입니다.

profileCount _Out_
형식: size_t*

프로필 수를 다시 전달합니다.

반환 값

형식: HRESULT

이 API 작업에 대한 HRESULT 반환 코드입니다.

요구 사항

헤더: profile_c.h

도서관: Microsoft.Xbox.Services.14x.GDK.C.lib

참고 항목

profile_c