ColumnSortOrder enumeration
The ColumnSortOrder enumeration is used by the Column.SetAsSortColumn method to specify whether a column is sorted in ascending or descending order. This enumeration applies to the MMC 2.0 Automation Object Model.
typedef enum ColumnSortOrder {
SortOrder_Ascending = 0,
SortOrder_Descending = 1
} _ColumnSortOrder;
SortOrder_Ascending
The column is sorted in ascending order.SortOrder_Descending
The column is sorted in descending order.
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
MmcObj.h |