Name
hw_FreeUserTagList -- free a user tag list (V10.0)
Synopsis
void hw_FreeUserTagList(struct hwUserTagList *usertags);
Function
This function frees a user tag list allocated by hw_CloneUserTagList(). You must call this function on all user tag lists allocated by hw_CloneUserTagList().

User tags are a way of passing additional data to plugins and are supported by many plugins. See User tags for details.

Designer compatibility
Unsupported

Inputs
usertags
user tag list to free

Show TOC