Name
hw_CloneUserTagList -- clone user tag list (V10.0)
Synopsis
struct hwUserTagList *clone = hw_CloneUserTagList(struct hwUserTagList
                                  *usertags, struct hwTagList *tags);
Function
This function clones the user tag list passed in usertags and returns the cloned copy. The cloned user tag list must be freed using the hw_FreeUserTagList() function. See hw_FreeUserTagList for details.

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 clone
tags
currently unused, pass NULL
Results
clone
cloned user taglist

Show TOC