ihuUserDefinedTypeFreeProperties

Use the ihuUserDefinedTypeFreeProperties function to free the memory allocated by the ihuGetUserDefinedTypes() function.

Prototype

ihuUserDefinedTypeFreeProperties
(
ihuUserDefinedTypeRecordSet *UserDefinedTypeRecordSet //[in] UserDefinedTypeRecordSet that needs to be fr
)

Remarks

Call the ihuUserDefinedTypeFreeProperties function once to release all memory in the recordset returned by ihuGetUserDefinedTypes(). Do not free the memory in your program.

Returns

Void