Skip to content

CDMAPELEMENT

Data Type : Composite Data
CDMAPELEMENT - Structure defining a MAP element.

#include <editods.h>

Definition :

typedef struct {
 WSIG  Header;
   DWORD Flags;               /* reserved for future use */
   WORD  MapNameLength;       /* length of map name that follows */
   WORD  LastDefaultRegionID; /* last number used in auto
                                 generating default region names */
   WORD  LastRectRegionID;    /* last number used in auto
                                 generating rect names */
   WORD  LastCircleRegionID;  /* last number used in auto
                                 generating circle names */
   WORD  LastPolyRegionID;    /* last number used in auto
                                 generating polygon names */
   BYTE  Reserved[16];
/* variable part of map element follows:
 * MapName (string, not  null terminated)
 */
} CDMAPELEMENT;

Description :

Part of a client side image MAP which describes each region in an image and indicates the location of the document to be retrieved when the defined area is activated..



    Header
    Flags Reserved for future use.
    MapNameLength Map Name Length.
    LastDefaultRegionID Last number used in automatically generating default region names.
    LastRectRegionID Last number used in automatically generating default rectangle names.
    LastCircleRegionID Last number used in automatically generating circle names.
    LastPolyRegionID Last number used in automatically generating polygon names.
    Reserved[16]


    Note that rich text fields are items of type TYPE_COMPOSITE. Therefore, API programs that run on non-Intel architecture platforms must perform host/canonical conversion on CD record sturctures such as this when accessing rich text item data in a note.

See Also : CDAREAELEMENT CDBEGINRECORD CDENDRECORD CDEVENT CDIDNAME CDMAPELEMENT_VERSIONxxx