All Editions
Related Functions
Example
The IN_RegisterNotify function registers a notify advise, which Imagenation sends when a specific action occurs through the user interface. An advise request is similar to a DDE advise, but the C API advise can be placed on specific objects. When the requested event occurs, the related callback function is called.
Syntax
int IN_RegisterNotify( notifyID, objectID, callback )
|
Parameters |
Values |
Meaning |
|
SHORT notifyID |
the notification advise to register | |
|
IN_OBJECT objectID |
0 system (global to Imagenation) objectID identifier of the object for which to register the advise | |
|
ULONG callback |
the function called when the notify is sent | |
Release information
Added to Imagenation for Windows in Release 4.20.
As of Release 5.1, also available in Imagenation for UNIX.
Also supported in Imagenation 3.3 for UNIX.
See also