C_GetTags

Call C_GetTags to get all the tags defined for an object.

void C_GetTags(

TOrcFxAPIHandle ObjectHandle,

TObjectTags *lpTags,

int *lpStatus

);

Parameters

ObjectHandle (IN)

The handle of the object.

lpTags (IN)

Points to a TObjectTags structure. If the function call is successful, this structure will be populated with the object's tags.

The memory allocated by this function must be deallocated by calling C_DestroyTags.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

Unicode and ANSI

The Unicode function name is C_GetTagsW and the ANSI function name is C_GetTagsA.

See also

C_ClearTags, C_DeleteTag, C_DestroyTags, C_GetTag, C_GetTagCount, C_SetTag.