Skip to main content

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입니다.

Return value

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

Remarks

결과를 얻으려면 AsyncBlock 콜백 내부 또는 AsyncBlock이 완료된 후에 XblAchievementsGetAchievementResult를 호출합니다.

REST Call

V2 GET /users/xuid()/achievements//

Requirements

Header: achievements_c.h Library: Microsoft.Xbox.Services.14x.GDK.C.lib

See also

achievements_c
마지막 수정일 2026년 8월 24일