CMDBREDatasetList structure
The CMDBREDatasetList
data structure holds a list of CMDBREDatasetPair
structures.
typedef Struct CMDBREDatasetList
{
Unsigned int numItems;
CMDBREDatasetPair *datasetList;
}CMDBREDatasetList;
The CMDBREDatasetList
structure consists of the following elements:
numItems |
An integer value indicating the number of |
datasetList |
A list of |
Was this page helpful? Yes No
Submitting...
Thank you
Comments