NotifyHotspotActivated callback

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

Controlling notifications and queries

Using hotspots

Activating hotspots