ProcessSemanticEvent
The ProcessSemanticEvent method dispatches an Apple event object to the appropriate handler.
ODBoolean ProcessSemanticEvent (in ODEventData theEvent);
theEvent
- A platform-specific structure representing an event. On the Mac OS platform, the structure is defined as a Mac OS event record.
- return value
-
kODTrue if the event was processed, otherwise kODFalse.
DISCUSSION
OpenDoc calls this method to dispatch Apple event objects to the appropriate part. Your part should not call this method.
SEE ALSO
The ODEventData type (page 890).
"Writing Semantic-Event Handlers" on page 423 in OpenDoc Programmer's Guide.
"Object Resolution" on page 425 in OpenDoc Programmer's Guide.