Example: IN_ActivateAllHotspots

 

/* Activate all hotspots in the active document window on edit layer 1028 */

if ( ( nError = IN_ActivateAllHotspots( 0, 1028 ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }