Name
hw_FreeIcons -- free application icon list (V6.0)
Synopsis
void hw_FreeIcons(struct hwIconList *list);
Function
This function frees an application icon list allocated by hw_GetIcons() or hw_GetIconImages(). See hw_GetIcons for details. See hw_GetIconImages for details.

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

Designer compatibility
Unsupported

Inputs
list
icon list allocated by hw_GetIcons() or hw_GetIconImages()

Show TOC