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.
Defines the order in which the server returns the list.
Syntax
typedef enum {
SortOrder_Ascending = 0,
SortOrder_Descending = 1
} SortOrder;
Constants
SortOrder_Ascending
The list is returned in ascending order.SortOrder_Descending
The list is returned in descending order.
Requirements
Product |
HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities |
Type library |
Microsoft.Hpc.Scheduler.Properties.tlb |