Carbon


LMSetSysEvtMask

Header: LowMem.h Carbon status: Unsupported

Sets a specified value for the system event mask.

void LMSetSysEvtMask (
    SInt16 value
);
Parameter descriptions
value

A signed 16-bit integer that specifies the value for the system event mask of the current application.

DISCUSSION

The value specified by LMSetSysEvtMask is also accessible in the system global variable SysEvtMask.

AVAILABILITY

Not supported in Carbon. Not available in Carbon.

CARBON NOTES

You should instead use SetEventMask.


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