C_DestroyTags

Call C_DestroyTags to deallocate memory allocated by a call to C_GetTags.

void C_DestroyTags(

const TObjectTags *lpTags,

int *lpStatus

);

Parameters

lpTags (IN)

Points to a TObjectTags structure that was previously populated by a successful call to C_GetTags.

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_DestroyTagsW and the ANSI function name is C_DestroyTagsA.

See also

C_ClearTags, C_DeleteTag, C_GetTag, C_GetTagCount, C_GetTags, C_SetTag.