Carbon


Posting Options Constant

Header: EPPC.h

enum {
    receiverIDMask = 61440,
    receiverIDisPSN = 32768,
    receiverIDisSignature = 28672,
    receiverIDisSessionID = 24576,
    receiverIDisTargetID = 20480,
    systemOptionsMask = 3840,
    nReturnReceipt = 512,
    priorityMask = 255,
    nAttnMsg = 1
};

Constant descriptions

receiverIDMask

The posting enumerator indicating that the receiver ID consists of the bits for the event to be delivered.

receiverIDisPSN

The posting enumerator indicating that the receiver ID is the process serial number for the event to be delivered.

receiverIDisSignature

The posting enumerator indicating that the receiver ID is a creator signature.

receiverIDisSessionID

The posting enumerator indicating that the receiver ID is a PPC session reference number.

receiverIDisTargetID

The posting enumerator indicating that the receiver ID is a port name and location name.

systemOptionsMask

The posting enumerator indicating that the system options mask.

nReturnReceipt

The posting enumerator indicating that a return receipt has been requested.

priorityMask

The posting enumerator indicating priority.

nAttnMsg

The posting enumerator indicating that this message should be given priority.

You use posting option enumerators with PostHighLevelEvent to indicate how you are specifying the receiver of the high-level event and how you want the event to be delivered.


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