XblProfileGetUserProfileAsync
특정 Xbox 사용자의 사용자 프로필을 가져옵니다.
구문
HRESULT XblProfileGetUserProfileAsync(
XblContextHandle xboxLiveContext,
uint64_t xboxUserId,
XAsyncBlock* async
)
매개 변수
xboxLiveContext _In_
형식: XblContextHandle
XblContextCreateHandle로 생성된 Xbox Live 컨텍스트 핸들입니다.
xboxUserId _In_
형식: uint64_t
프로필을 가져올 사용자의 Xbox 사용자 ID입니다.
async _In_
형식: XAsyncBlock*
호출자가 할당한 AsyncBlock입니다.
반환 값
형식: HRESULT
이 API 작업에 대한 HRESULT 반환 코드입니다.
설명
결과를 가져오려면 AsyncBlock 콜백 내에서 또는 AsyncBlock이 완료된 후에 XblProfileGetUserProfileResult를 호출합니다.
REST 호출
V2 GET /users/batch/profile/settings를 호출합니다.
요구 사항
헤더: profile_c.h
도서관: Microsoft.Xbox.Services.14x.GDK.C.lib