CMDBQuerySortList structure
The CMDBQuerySortList
structure holds a list of CMDBQuerySortStruct
structures.
typedef struct CMDBQuerySortList
{
unsigned int numItems;
CMDBQuerySortStruct *querySortList;
} CMDBQuerySortList;
The CMDBQuerySortList
structure consists of the following elements:
numItems |
|
querySortList |
The list of attributes and their sort orders, which is the basis for sorting the results that the query returns. |
Was this page helpful? Yes No
Submitting...
Thank you
Comments