Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This enumeration provide values that indicates the preferred sort order for media query results.
Syntax
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
| Header | mediaqueryengine.hpp |
| Library | MQELib.lib |
| Windows Embedded CE | Windows CE 5.0 Networked Media Device Feature Pack and later |