A function identified as deprecated has been superseded and may become unsupported in the future.
(Deprecated in Mac OS X v10.4. Use GetAppFont
instead.)
SInt16 LMGetApFontID ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
Ptr LMGetBufPtr ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
UInt8 LMGetCPUFlag ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
SInt16 LMGetCurPageOption ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. Use the Thread Manager function ThreadCurrentStackSpace
or the POSIX threads function pthread_get_stackaddr_np
instead.)
Ptr LMGetCurStackBase ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
Ptr LMGetDiskFormatingHFSDefaults ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
StringPtr LMGetFinderName ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
Handle LMGetGZRootHnd ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
Ptr LMGetHeapEnd ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
Ptr LMGetHighHeapMark ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
UniversalProcPtr LMGetLvl2DT ( short vectorNumber );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
Ptr LMGetMemTop ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
SInt32 LMGetMinusOne ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
SInt16 LMGetPrintErr ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
UInt8 LMGetScrDmpEnb ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
UInt8 LMGetSdVolume ( void );
LowMem.h
Returns a value that specifies the system event enabled bit. (Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
UInt8 LMGetSEvtEnb ( void );
LMGetSEvtEnb
returns a signed 16-bit integer that describes the low-memory system event enabled bit, a byte that, if set to 0, causes SystemEvent
to always return false
.
The value obtained by LMGetSEvtEnb
is also accessible in the system global variable SEvtEnb
.
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
Ptr LMGetSoundPtr ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
Ptr LMGetStackLowPoint ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. Use GetSysFont
instead.)
SInt16 LMGetSysFontFam ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. Use GetDefFontSize
instead.)
SInt16 LMGetSysFontSize ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
StringPtr LMGetSysResName ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. Use process global data instead.)
Ptr LMGetToolScratch ( void );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetApFontID ( SInt16 value );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetBufPtr ( Ptr value );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetCPUFlag ( UInt8 value );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetCurPageOption ( SInt16 value );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetCurStackBase ( Ptr value );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetDiskFormatingHFSDefaults ( Ptr value );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetFinderName ( ConstStr15Param finderNameValue );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetGZRootHnd ( Handle value );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetHeapEnd ( Ptr value );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetHighHeapMark ( Ptr value );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetLvl2DT ( UniversalProcPtr Lvl2DTValue, short vectorNumber );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetMemTop ( Ptr value );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetMinusOne ( SInt32 value );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetPrintErr ( SInt16 value );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetScrDmpEnb ( UInt8 value );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetSdVolume ( UInt8 value );
LowMem.h
Sets the low-memory system event enabled bit. (Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetSEvtEnb ( UInt8 value );
An unsigned 8-bit integer that describes the value of the system event enabled bit.
LMSetSEvtEnb
specifies an unsigned 8-bit integer that sets the low-memory system event enabled bit, a byte that, if set to 0, causes the SystemEvent
to always return false
.
The value set by LMSetSEvtEnb
is also accessible in the system global variable SEvtEnb
.
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetSoundPtr ( Ptr value );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetStackLowPoint ( Ptr value );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetSysFontFam ( SInt16 value );
LowMem.h
(Deprecated in Mac OS X v10.4. There is no replacement; this function was included to facilitate porting legacy applications to Carbon, but it serves no useful purpose in Mac OS X.)
void LMSetSysResName ( ConstStr15Param sysResNameValue );
LowMem.h
(Deprecated in Mac OS X v10.4. Use process global data instead.)
void LMSetToolScratch ( const void *toolScratchValue );
LowMem.h
(Deprecated in Mac OS X v10.5.)
SInt32 LMGetBufTgDate ( void );
LowMem.h
(Deprecated in Mac OS X v10.5.)
SInt16 LMGetBufTgFBkNum ( void );
LowMem.h
(Deprecated in Mac OS X v10.5.)
SInt16 LMGetBufTgFFlg ( void );
LowMem.h
(Deprecated in Mac OS X v10.5.)
SInt32 LMGetBufTgFNum ( void );
LowMem.h
(Deprecated in Mac OS X v10.5.)
StringPtr LMGetCurApName ( void );
LowMem.h
(Deprecated in Mac OS X v10.5.)
FSIORefNum LMGetCurApRefNum ( void );
LowMem.h
(Deprecated in Mac OS X v10.5.)
SInt16 LMGetCurPitch ( void );
LowMem.h
(Deprecated in Mac OS X v10.5.)
SInt32 LMGetDefltStack ( void );
LowMem.h
(Deprecated in Mac OS X v10.5.)
Handle LMGetGZMoveHnd ( void );
LowMem.h
(Deprecated in Mac OS X v10.5.)
UniversalProcPtr LMGetJStash ( void );
LowMem.h
(Deprecated in Mac OS X v10.5.)
SInt32 LMGetMinStack ( void );
LowMem.h
(Deprecated in Mac OS X v10.5.)
SInt32 LMGetOneOne ( void );
LowMem.h
(Deprecated in Mac OS X v10.5.)
SInt32 LMGetRndSeed ( void );
LowMem.h
(Deprecated in Mac OS X v10.5.)
Ptr LMGetSoundBase ( void );
LowMem.h
(Deprecated in Mac OS X v10.5.)
UInt8 LMGetSoundLevel ( void );
LowMem.h
(Deprecated in Mac OS X v10.5.)
UniversalProcPtr LMGetToExtFS ( void );
LowMem.h
(Deprecated in Mac OS X v10.5.)
void LMSetBufTgDate ( SInt32 value );
LowMem.h
(Deprecated in Mac OS X v10.5.)
void LMSetBufTgFBkNum ( SInt16 value );
LowMem.h
(Deprecated in Mac OS X v10.5.)
void LMSetBufTgFFlg ( SInt16 value );
LowMem.h
(Deprecated in Mac OS X v10.5.)
void LMSetBufTgFNum ( SInt32 value );
LowMem.h
(Deprecated in Mac OS X v10.5.)
void LMSetCurApName ( ConstStr31Param curApNameValue );
LowMem.h
(Deprecated in Mac OS X v10.5.)
void LMSetCurApRefNum ( FSIORefNum value );
LowMem.h
(Deprecated in Mac OS X v10.5.)
void LMSetCurPitch ( SInt16 value );
LowMem.h
(Deprecated in Mac OS X v10.5.)
void LMSetDefltStack ( SInt32 value );
LowMem.h
(Deprecated in Mac OS X v10.5.)
void LMSetGZMoveHnd ( Handle value );
LowMem.h
(Deprecated in Mac OS X v10.5.)
void LMSetJStash ( UniversalProcPtr value );
LowMem.h
(Deprecated in Mac OS X v10.5.)
void LMSetMinStack ( SInt32 value );
LowMem.h
(Deprecated in Mac OS X v10.5.)
void LMSetOneOne ( SInt32 value );
LowMem.h
(Deprecated in Mac OS X v10.5.)
void LMSetRndSeed ( SInt32 value );
LowMem.h
(Deprecated in Mac OS X v10.5.)
void LMSetSoundBase ( Ptr value );
LowMem.h
(Deprecated in Mac OS X v10.5.)
void LMSetSoundLevel ( UInt8 value );
LowMem.h
(Deprecated in Mac OS X v10.5.)
void LMSetToExtFS ( UniversalProcPtr value );
LowMem.h
© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-07-13)