DisposeIconSuite
DisposeIconSuite Dispose of icon family
#include <Icons.h> Finder Interface
OSErr DisposeIconSuite (theSuite, disposeData );
Handle theSuite ; icon family to dispose
Boolean disposeData ; dispose of icon data handles?
returns Error Code; 0 = no error
DisposeIconSuite call disposes the icon family handle itself; in addition if
disposeData is TRUE, any of the icon data handles that do not belong to a
resource form will also be disposed.

Notes: This routine is not currently documented in MPW header files (hence, it is
not in any THINK C or THINK Pascal header file either). The information
given above comes from Macintosh Technical Note #306. This tech. note
also gives the inline glue for the call as follows:
pascal OSErr DisposeIconSuite (Handle theSuite, Boolean disposeData)
= {0x303C, 0x0302, 0xABC9};