XblAchievementsGetAchievementAsync
특정 도전 과제 ID를 가진 플레이어의 도전 과제를 가져옵니다.Syntax
Parameters
xboxLiveContext _In_Type: XblContextHandle XblContextCreateHandle로 생성된 XBOX live 컨텍스트 핸들입니다. xboxUserId _In_
Type: uint64_t 플레이어의 XBOX User ID입니다. serviceConfigurationId _In_z_
Type: char* 타이틀의 Service Configuration ID(SCID)입니다. SCID는 대/소문자를 구분하는 것으로 간주되므로 Partner Center에서 직접 붙여넣습니다. achievementId _In_z_
Type: char* XDP 또는 Dev Center에서 정의된 도전 과제의 UTF-8 인코딩된 고유 식별자입니다. async _In_
Type: XAsyncBlock* 호출자가 할당한 AsyncBlock입니다.
