CMDBSortStruct structure
The CMDBSortStruct
structure holds the attribute to sort.
typedef struct CMDBSortStruct
{
ARNameType attributeName;
unsigned int sortOrder;
} CMDBSortStruct;
The CMDBSortStruct
structure consists of the following elements:
attributeName |
The name of the attribute to sort. |
sortOrder |
An integer value indicating sort order.
|
Was this page helpful? Yes No
Submitting...
Thank you
Comments