SortBy_e (Windows CE 5.0)
This enumeration provide values that indicates the preferred sort order for media query results.
enum SortBy_e {
SortBy_None = 0,
SortBy_Name_Ascending,
SortBy_Name_Descending,
SortBy_Date_Ascending,
SortBy_Date_Descending
};
Elements
- SortBy_None
Indicates that no sort criteria is specified. - SortBy_Name_Ascending
Indicates that data should be sorted in ascending order of name values. - SortBy_Name_Descending
Indicates that data should be sorted in descending order of name values. - SortBy_Date_Ascending
Indicates that data should be sorted in ascending order of date values. - SortBy_Date_Descending
Indicates that data should be sorted in descending order of date values.
Requirements
OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: MediaQueryEngine.hpp.
Link Library: MQELib.lib.
See Also
Media Query Engine Enumerations
Send Feedback on this topic to the authors