![]() |
AESetTheCurrentEvent |
||||
Header: | AEInteraction.h | Carbon status: | Supported | |
Specifies a current Apple event to take the place of the one your application has suspended.
OSErr AESetTheCurrentEvent ( const AppleEvent *theAppleEvent );
A pointer to the Apple event to handle as the current event.
A result code.
There is usually no reason for your application to use the AESetTheCurrentEvent function. Instead of calling this function, your application should let the Apple Event Manager set the current Apple event through its standard dispatch mechanism.
If you need to avoid the dispatch mechanism, you must use the AESetTheCurrentEvent function only in the following way:
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/30/2000)