XblProfileGetUserProfilesResult
완료된 XblProfileGetUserProfilesAsync 작업의 결과를 가져옵니다.
구문
HRESULT XblProfileGetUserProfilesResult(
XAsyncBlock* async,
size_t profilesCount,
XblUserProfile* profiles
)
매개 변수
async _In_
형식: XAsyncBlock*
XblProfileGetUserProfilesAsync에 전달된 것과 동일한 AsyncBlock입니다.
profilesCount _In_
형식: size_t
호출자 할당 프로필 배열의 크기입니다. XblProfileGetUserProfilesResultCount를 사용하여 필요한 수를 가져옵니다.
profiles _Out_writes_(profilesCount)
형식: XblUserProfile*
사용자 프로필 결과를 다시 전달하는 호출자 할당 배열입니다.
반환 값
형식: HRESULT
이 API 작업에 대한 HRESULT 반환 코드입니다.
요구 사항
헤더: profile_c.h
도서관: Microsoft.Xbox.Services.14x.GDK.C.lib