Header: Event.H
Syntax:
_kernel_oserror *event_register_toolbox_handler
(
ObjectId object_id,
int event_code,
ToolboxEventHandler *handler,
void *handle
);
Purpose: Function should be called when the given Toolbox event code occurs on the object. The handle is a value that will be passed to the handler function.
|
|
|