Skip to content

VIEWMAP HEADER RECORD

Data Type : Navigators
VIEWMAP_HEADER_RECORD - Header CD record for Navigator layout.

#include <vmods.h>

Definition :

typedef struct {
   BSIG Header;
   WORD Version; /* (see VIEWMAP_VERSION) */
   WORD NameLen;
} VIEWMAP_HEADER_RECORD;

Description :

The VIEWMAP_HEADER_RECORD is the first record in an item of type TYPE_VIEWMAP_LAYOUT, the graphical layout of a Navigator. The fields in this structure are:


      Header Identfies this record as a VIEWMAP_HEADER_RECORD.
      Version Version number of Navigator record formats. Use VIEWMAP_VERSION value.
      NameLen Reserved for future use. Set to 0.

See Also : VIEWMAP_VERSION