Share via


XblAchievementsManagerSortOrder

Enumeration values that specify the order we display the results in.

Syntax

enum class XblAchievementsManagerSortOrder  : uint32_t  
{  
    Unsorted = 0,  
    Ascending = 1,  
    Descending = 2  
}  

Constants

Constant Description
Unsorted Unsorted sort order will skip the sort operation.
Ascending Elements in the response are in ascending order of the field specified by XblAchievementsManagerSortValue.
Descending Elements in the response are in descending order of the field specified by XblAchievementsManagerSortValue.

Requirements

Header: achievements_manager_c.h

See also

achievements_manager_c