The AUTOMATION_VECTOR_MASK enumerated type contains options for the dwMask member of the AUTOMATIONVECTORPROPERTIES structure (Masks for AUTOMATIONVECTORPROPERTIES).
typedef enum AUTOMATION_VECTOR_MASK
{
AUTOMATION_VECTOR_PEN = 1,
AUTOMATION_VECTOR_BRUSH = 2,
AUTOMATION_VECTOR_FONT = 4
} AUTOMATION_VECTOR_MASK, *pAUTOMATION_VECTOR_MASK;
The Pen member of the structure is valid.
The Brush member of the structure is valid.
The Font member of the structure is valid.
These values may be combined using a bitwise OR ( | ).