Get the information on all of the attributes of a particular structured UDT type.
Syntax
void FNC_TblOpGetStructuredAttributeInfo(unsigned char *udtName, int bufSize, attribute_info_t *attributeArray)
Syntax Elements
- udtName
- A pointer to the structured UDT type name.
- bufSize
- The size in bytes that was allocated to the attributeArray argument.
- attributeArray
- An array of one or more attribute_info_t structures that describe all of the attributes in the structured UDT. For more information about the attribute_info_t structure, see Table Operator Data Structures.
Usage Notes
This routine is only supported with table operators.