Mac::Resources - Macintosh Toolbox Interface to the Resource Manager


Mac-Carbon documentation  | view source Contained in the Mac-Carbon distribution.

Index


NAME

Top

Mac::Resources - Macintosh Toolbox Interface to the Resource Manager

SYNOPSIS

Top

    use Mac::Memory;
    use Mac::Resources;

DESCRIPTION

Top

Access to Inside Macintosh is essential for proper use of these functions. Explanations of terms, processes and procedures are provided there. Any attempt to use these functions without guidance can cause severe errors in your machine, including corruption of data. You have been warned.

Constants

resSysHeap
resPurgeable
resLocked
resProtected
resPreload
resChanged

Resource flags.

mapReadOnly
mapCompact
mapChanged

Resource map flags.

kResFileNotOpened

Returned after an unsuccessful call to OpenResFile().

kSystemResFile

The resource file reference number of the system file.

AUTHOR

Top

Written by Matthias Ulrich Neeracher <neeracher@mac.com>, documentation by Bob Dalgleish <bob.dalgleish@sasknet.sk.ca>. Currently maintained by Chris Nandor <pudge@pobox.com>.


Mac-Carbon documentation  | view source Contained in the Mac-Carbon distribution.