IN_UnregisterNotify

All Editions image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif Example

The IN_UnregisterNotify function unregisters a notify advise. Imagenation sends notifications 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. Generally, advises are registered at the beginning of a session, and unregistered when the session ends.

Syntax

int IN_UnregisterNotify( notifyID, objectID, callback )

Parameters

Values

Meaning

SHORT notifyID

IN_NFY_*

the notification advise to unregister

IN_OBJECT objectID

0 system (global to Imagenation)

objectID identifier of the object for which to unregister 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