XblAchievementsUpdateAchievementAsync
Allow achievement progress to be updated and achievements to be unlocked.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. achievementId _In_z_
Type: char* The UTF-8 encoded achievement ID as defined by XDP or Dev Center. percentComplete _In_
Type: uint32_t The completion percentage of the achievement to indicate progress. Valid values are from 1 to 100. Set to 100 to unlock the achievement. Progress will be set by the server to the highest value sent async _In_
Type: XAsyncBlock* Caller allocated AsyncBlock.
