Header: Toolbox.H
SWI: Toolbox_Initialise
Syntax:
extern _kernel_oserror *toolbox_initialise
(
unsigned int flags,
int wimp_version,
int *wimp_messages,
int *toolbox_events,
char *directory,
MessagesFD *mfd,
IdBlock *idb,
int *current_wimp_version,
int *task,
void *sprite_area
);
Purpose: Function is used by the client application before any other SWIs. It registers the client application with the Toolbox.
|
|
|