![]() |
ID Constants for the AECreateAppleEvent Function |
Header: AEDataModel.h |
Specify values for the ID parameters of the AECreateAppleEvent function.
enum { kAutoGenerateReturnID = -1, kAnyTransactionID = 0 };
If you pass this value for the returnID parameter of the
You pass this value for the transactionID parameter of the
A transaction is a sequence of Apple events that are sent back and forth between the client and server applications, beginning with the clients initial request for a service. All Apple events that are part of a transaction must have the same transaction ID.
You use these constants with the AECreateAppleEvent function.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)