CMDBAttributeLimitList structure
The CMDBAttributeLimitList
structure holds a list of data limit definitions for attributes.
typedef struct CMDBAttributeLimitList
{
unsigned int numItems;
CMDBAttributeLimit *limitList;
} CMDBAttributeLimitList;
The CMDBAttributeLimitList
structure consists of the following elements:
numItems |
An integer value indicating the number of |
limitList |
The list of attribute limit items that hold the limit definitions for the attribute. |
Was this page helpful? Yes No
Submitting...
Thank you
Comments