Skip to content

CDREGIONBEGIN

Data Type : Composite Data
CDREGIONBEGIN - Specifies the beginning of a region.

#include <editods.h>

Definition :

typedef struct {
   WSIG Header;           /* Signature and length of this record */
   WORD Version;  
   WORD Flags;   
   WORD RegionNum;
   char RegionName[MAXREGIONNAME+1];
} CDREGIONBEGIN;

Description :

Header Signature and Length of this record


    Version Currently set to 1
    Flags Currently set to zero
    RegionNum
    RegionName

    This CD Record is used within mail templates.

See Also :