XblAchievementsGetAchievementAsync
Gets an achievement for a player with a specific achievement ID.Syntax
Parameters
xboxLiveContext _In_Type: XblContextHandle An xbox live context handle created with XblContextCreateHandle. xboxUserId _In_
Type: uint64_t The XBOX User ID of the player. serviceConfigurationId _In_z_
Type: char* The Service Configuration ID (SCID) for the title. The SCID is considered case sensitive so paste it directly from the Partner Center. achievementId _In_z_
Type: char* The UTF-8 encoded unique identifier of the Achievement as defined by XDP or Dev Center. async _In_
Type: XAsyncBlock* Caller allocated AsyncBlock.
