C_DeleteTag

Call C_DeleteTag to delete a tag from the specified object.

void C_DeleteTag(

TOrcFxAPIHandle ObjectHandle,

LPCTSTR lpName,

int *lpStatus

);

Parameters

ObjectHandle (IN)

The handle of the object.

lpName (IN)

Points to a null-terminated string containing the name of the tag.

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_DeleteTagW and the ANSI function name is C_DeleteTagA.

See also

C_ClearTags, C_DestroyTags, C_GetTag, C_GetTagCount, C_GetTags, C_SetTag.