AEResumeTheCurrentEvent
handlerRefcon );
EventHandlerProcPtr dispatcher ; see below
long handlerRefcon ; a reference constant
of a previously suspended Apple event or that it has completed handling of the
Apple Event.
using the handler specified in the dispatcher parameter; if kAENoDispatch is
specified event has been handled.
The parameter theAppleEvent is the Apple event whose processing is to be
resumed.
The reply parameter is the default reply that is automatically provided by the The dispatcher parameter is one of the following: • a pointer to a routine for handling the event
• the kAEUseStandardDispatch constant, which causes the Apple event to
be dispatched in the way it was when it was first received
that the processing of the Apple event is complete and that it does not
need to be dispatched
If the value of the dispatcher parameter is not kAEUseStandardDispatch, the
handlerRefcon parameter is a reference constant that is passed to the handler
when the handler is called. If the value of the dispatcher parameter is
handlerRefcon parameter and instead passes the reference constant that is
stored in the Apple event dispatch table entry for the Apple event. (If you want
to pass the same reference constant that is stored in the Apple event dispatch
table, your application can obtain the reference constant by calling the
Result codes
noErr (0) No error