UsingPredispatchProc
TheUsingPredispatchProcmethod specifies whether the predispatch method is currently being called whenever OpenDoc receives an Apple event.
void UsingPredispatchProc (in ODBoolean usingNotUsing);
usingNotUsing- kODTrue if the predispatch method is currently being called whenever OpenDoc receives an Apple event, otherwise
kODFalse.DISCUSSION
You must call this method, passing the value ofkODTrueto theusingNotUsingparameter, before OpenDoc can call your semantic interface'sCallPredispatchProcmethod.OVERRIDING
If you subclassODSemanticInterface, you can override this method. Your override method must call its inherited method at some point in your implementation (it does not matter where).SEE ALSO
TheODSemanticInterface::CallPredispatchProcmethod (page 596).
"Installing Handlers, Accessors, and Callbacks" on page 436 in OpenDoc Programmer's Guide.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help