Carbon


LMSetSEvtEnb

Header: LowMem.h Carbon status: Supported

Sets the low-memory system event enabled bit.

void LMSetSEvtEnb (
    UInt8 value
);
Parameter descriptions
value

An unsigned 8-bit integer that describes the value of the system event enabled bit.

DISCUSSION

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.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)