19 #ifndef __COMMRESOURCES__
20 #define __COMMRESOURCES__
26 #ifndef __CONDITIONALMACROS__
43 #if PRAGMA_STRUCT_ALIGN
44 #pragma options align = mac68k
45 #elif PRAGMA_STRUCT_PACKPUSH
47 #elif PRAGMA_STRUCT_PACK
51 #if CALL_NOT_IN_CARBON
56 classFT = FOUR_CHAR_CODE(
'fbnd'),
57 classTM = FOUR_CHAR_CODE(
'tbnd')
91 #if CALL_NOT_IN_CARBON
371 #if PRAGMA_STRUCT_ALIGN
372 #pragma options align = reset
373 #elif PRAGMA_STRUCT_PACKPUSH
375 #elif PRAGMA_STRUCT_PACK
379 #ifdef PRAGMA_IMPORT_OFF
short CRMRealToLocalID(ResType bundleType, short toolID, ResType theType, short realID)
Handle CRMGetResource(ResType theType, short theID)
short CRMLocalToRealID(ResType bundleType, short toolID, ResType theType, short localID)
Handle CRMGet1Resource(ResType theType, short theID)
CRMErr CRMParseCAPSResource(Handle theHandle, ResType selector, unsigned long *value)
OSErr CRMGetIndToolName(OSType bundleType, short index, Str255 toolName)
OSErr CRMReserveRF(short refNum)
OSErr CRMReleaseRF(short refNum)
Handle CRMGetIndResource(ResType theType, short index)
short CRMGetCRMVersion(void)
void CRMReleaseResource(Handle theHandle)
Handle CRMGetToolNamedResource(short procID, ResType theType, ConstStr255Param name)
void CRMInstall(CRMRecPtr crmReqPtr)
CRMRecPtr CRMSearch(CRMRecPtr crmReqPtr)
OSErr CRMRemove(CRMRecPtr crmReqPtr)
OSErr CRMFindCommunications(short *vRefNum, long *dirID)
long CRMGetIndex(Handle theHandle)
Boolean CRMIsDriverOpen(ConstStr255Param driverName)
Handle CRMGet1IndResource(ResType theType, short index)
Handle CRMGet1NamedResource(ResType theType, ConstStr255Param name)
Handle CRMGetToolResource(short procID, ResType theType, short theID)
OSErr CRMErr
Definition: CommResources.h:73
void CRMReleaseToolResource(short procID, Handle theHandle)
@ classCM
Definition: CommResources.h:55
@ curCRMVersion
Definition: CommResources.h:63
@ crmRecVersion
Definition: CommResources.h:66
@ crmType
Definition: CommResources.h:65
@ crmGenericError
Definition: CommResources.h:68
Handle CRMGetNamedResource(ResType theType, ConstStr255Param name)
QHdrPtr CRMGetHeader(void)
Set up for compiler independent conditionals.
unsigned char Boolean
Definition: MacTypes.h:318
Definition: CommResources.h:75
long crmStatus
Definition: CommResources.h:84
short crmReserved
Definition: CommResources.h:80
long crmDeviceID
Definition: CommResources.h:82
long crmPrivate
Definition: CommResources.h:79
long crmDeviceType
Definition: CommResources.h:81
long crmRefCon
Definition: CommResources.h:85
short qType
Definition: CommResources.h:77
short crmVersion
Definition: CommResources.h:78
long crmAttributes
Definition: CommResources.h:83
Definition: OSUtils.h:131
Definition: OSUtils.h:154