typedef struct tagVECTORGROUPDESC
{
L_INT nSize;
L_TCHAR szName[VECTOR_MAX_NAME];
L_SIZE_T32 dwTag;
} VECTORGROUPDESC, * pVECTORGROUPDESC;
The VECTORGROUPDESC structure holds descriptive information about a vector group in a vector handle.
Size of this structure. Used for versioning.
Character string that contains the name of the group.
User-defined tag.
pVECTORGROUPDESC is a pointer to a VECTORGROUPDESC structure.
The following functions use a VECTORGROUPDESC structure: