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.
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.
Syntax
typedef enum ColumnSortOrder {
SortOrder_Ascending = 0,
SortOrder_Descending = 1
} _ColumnSortOrder;
Constants
SortOrder_Ascending
The column is sorted in ascending order.SortOrder_Descending
The column is sorted in descending order.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
MmcObj.h |