Editions
Related Functions
Example
The IN_NFY_HOTSPOT_ACTIVATED notification tells client applications that a hotspot from Imagenation 3.6 or later has been activated. The NotifyHotspotActivated callback function accepts this data.
Notify IN_NFY_HOTSPOT_ACTIVATED (4)
Syntax
void CALLBACK NotifyHotspotActivated( IN_DOCWIN docwinID, IN_LAYER layerID, CHARPTR pHotspotID, SHORT hotspotDataLen, CHARPTR pHotspotData )
|
Parameters |
Meaning |
|
docwinID |
identifier of the document window in which the hotspot has been activated |
|
layerID |
identifier of the edit layer that contains hotspot |
|
pHotspotID |
identifier of the hotspot |
|
hotspotDataLen |
maximum size in bytes of the pHotspotData array |
|
pHotspotData |
pointer to the hotspot data |
Release information
Added to Imagenation for Windows in Release 4.00.
As of Release 5.1, also available in Imagenation for UNIX.
See also