Important: The information in this document is obsolete and should not be used for new development.
DisposeCCursor
You use theDisposeCCursor
procedure to dispose of all records allocated by theGetCCursor
function. TheDisposeCCursor
procedure is also available as theDisposCCursor
procedure.
PROCEDURE DisposeCCursor (cCrsr: CCrsrHandle);
cCrsr
- A handle to the color cursor to be disposed of.
DESCRIPTION
TheDisposeCCursor
procedure disposes of memory allocated by theGetCCursor
function. You should useDisposeCCursor
for each call to theGetCCursor
function (described on page 8-24).