Important: The information in this document is obsolete and should not be used for new development.
NoPurgePixels
To prevent the Memory Manager from purging the base address for an offscreen pixel image, use theNoPurgePixels
procedure.
PROCEDURE NoPurgePixels (pm: PixMapHandle);
pm
- A handle to an offscreen pixel map.
DESCRIPTION
TheNoPurgePixels
procedure marks the base address for an offscreen pixel image as unpurgeable. To get a handle to an offscreen pixel map, use theGetGWorldPixMap
function, described on page 6-31. Then supply this handle for thepm
parameter ofNoPurgePixels
.SPECIAL CONSIDERATIONS
TheNoPurgePixels
procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for theNoPurgePixels
procedure are
Trap macro Selector _QDExtensions $0004000C