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: Imaging With QuickDraw /
Chapter 8 - Cursor Utilities / Cursor Utilities Reference
Routines / Changing Color Cursors


DisposeCCursor

You use the DisposeCCursor procedure to dispose of all records allocated by the GetCCursor function. The DisposeCCursor procedure is also available as the DisposCCursor procedure.

PROCEDURE DisposeCCursor (cCrsr: CCrsrHandle);
cCrsr
A handle to the color cursor to be disposed of.
DESCRIPTION
The DisposeCCursor procedure disposes of memory allocated by the GetCCursor function. You should use DisposeCCursor for each call to the GetCCursor function (described on page 8-24).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996