Name
hw_FreePluginList -- free plugin list (V6.0)
Synopsis
void hw_FreePluginList(struct hwPluginList *list);
Function
This function frees a plugin list allocated by hw_GetPluginList(). See hw_GetPluginList for details.

Note that this function must not be used to free individual plugin nodes. You must always free the complete list.

Designer compatibility
Supported since Designer 5.0

Inputs
list
plugin list allocated by hw_GetPluginList()

Show TOC