CMDBSortList structure
The CMDBSortList
structure holds a list of attributes to sort.
typedef struct CMDBSortList
{
unsigned int numItems;
CMDBSortStruct *sortList;
} CMDBSortList;
The CMDBSortList
structure consists of the following elements:
numItems |
An integer value indicating the number of |
sortList |
A list of |
Was this page helpful? Yes No
Submitting...
Thank you
Comments