AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
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.

[sh-index] Back to list of manuals