Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: More Macintosh Toolbox /
Chapter 5 - Icon Utilities / Icon Utilities Reference
Icon Utilities Routines / Disposing of Icons


DisposeCIcon

You can use the DisposeCIcon procedure to release the memory occupied by an icon color record obtained from the GetCIcon function. The DisposeCIcon procedure is also available as the DisposCIcon procedure.

PROCEDURE DisposeCIcon (theIcon: CIconHandle);
theIcon
A handle to the color icon record to dispose of.
DESCRIPTION
The DisposeCIcon procedure disposes of any structure allocated by GetCIcon.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996