ihuUserDefinedTypeExists

Use the ihuUserDefinedTypeExists function to check whether a specific user-defined type exists.

Prototype

ihuUserDefinedTypeExists
(
long serverhandle, // [in] connected server handle
MSO_Char * UserDefinedTypeName // [in] UserDefined type name
)

Returns

  • ihuSTATUS_OK: if the type exists
  • ihuSTATUS_INVALID_PARAMETER: NULL value or invalid server handle
  • ihuSTATUS_FAILED: if the type does not exist or the server cannot be reached