Data Type : Composite Data; Rich Text

CDHOTSPOTBEGIN - Specifies the start of a hotspot.
----------------------------------------------------------------------------------------------------------


#include <editods.h>

Definition :

typedef struct {
  WSIG  Header; /* Signature and length of this record */
  WORD  Type;
  DWORD Flags;
  WORD  DataLength;
/* Data follows... */

/*  if HOTSPOTREC_RUNFLAG_SIGNED, WORD SigLen then SigData follows. */
} CDHOTSPOTBEGIN;

Description :

This structure specifies the start of a "hot" region in a rich text field. Clicking on a hot region causes some other action to occur. For instance, clicking on a popup will cause a block of text associated with that popup to be displayed.
  Header:     Defines this composite data item as a
See Also :

CDHOTSPOTEND
----------------------------------------------------------------------------------------------------------