XblAchievementsManagerResultGetAchievements
Get a list of XblAchievement objects.Syntax
Parameters
resultHandle _In_Type: XblAchievementsManagerResultHandle Achievement result handle. achievements _Out_
Type: XblAchievement** Pointer to an array of XblAchievement objects. The memory for the returned pointer will remain valid for the life of the XblAchievementsManagerResultHandle object until it is closed. achievementsCount _Out_
Type: uint64_t* The count of objects in the returned array.
