XblAchievementsManagerUpdateAchievement
Allow achievement progress to be updated and achievements to be unlocked.Syntax
Parameters
xboxUserId _In_Type: uint64_t The XBOX User ID of the player. achievementId _In_
Type: char* The UTF-8 encoded achievement ID as defined by Dev Center. currentProgess _In_
Type: uint8_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.
