IN_RegisterNotify

All Editions image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif 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

IN_NFY_*

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

Callback functions

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

Controlling notifications and queries

C Callback Functions