![]() |
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 Mac OS 8.1 and later when Carbon 1.0.2 or later is present.
© 2000 Apple Computer, Inc. (Last Updated 5/8/2000)