IN_SetHotspotData

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

The IN_SetHotspotData function sets the data portion of a hotspot.

Syntax

int IN_SetHotspotData( layerID, pHotspotID, pData )

Parameters

Meaning

IN_LAYER layerID

identifier of the edit layer that contains the hotspot

CHARPTR pHotspotID

identifier of the hotspot to modify

CHARPTR pData

data to apply to the hotspot

Remarks

This command is typically used in the following scenario:

The external application that is servicing hotspots has requested the NotifyHotspotPlaced notification. Imagenation is configured to not prompt for hotspot data. Upon receipt of the notification, the external application issues this command with the appropriate data for the hotspot.

Release information

Added to Imagenation for Windows in Release 4.00.

As of Release 5.1, also available in Imagenation for UNIX.

See also

Defining hotspot data

Using hotspots