CMDBAttributeGetStruct structure
The CMDBAttributeGetStruct
structure holds the attributes to retrieve.
typedef struct CMDBAttributeGetStruct
{
unsigned int type;
union
{
ARNameList attributeNameList;
} u;
} CMDBAttributeGetStruct;
The CMDBAttributeGetStruct
structure consists of the following elements:
type |
An integer value indicating the type of attributes to retrieve.
|
attributeNameList |
The name of the attribute list. |
Was this page helpful? Yes No
Submitting...
Thank you
Comments