Carbon


AETransactionID

Header: AEDataModel.h

Specifies a transaction ID.

typedef SInt32 AETransactionID;

A transaction is a sequence of Apple events that are sent back and forth between the client and server applications, beginning with the client’s initial request for a service. When you call the AECreateAppleEvent function, you pass a value of type AETransactionID for the transactionID parameter. “ID Constants for the AECreateAppleEvent Function” lists the valid constant values for a variable or parameter of this type.


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