VECTORGROUPDESC

typedef struct tagVECTORGROUPDESC 
{ 
   L_INT nSize; 
   L_TCHAR szName[VECTOR_MAX_NAME]; 
   L_SIZE_T dwTag; 
} VECTORGROUPDESC,  * pVECTORGROUPDESC; 

The VECTORGROUPDESC structure holds descriptive information about a vector group in a vector handle.

Member

Description

nSize

Size of this structure. Used for versioning.

szName

Character string that contains the name of the group.

dwTag

User-defined tag.

Comments

pVECTORGROUPDESC is a pointer to a VECTORGROUPDESC structure.

The following functions use a VECTORGROUPDESC structure:

LVectorGroup::GetGroupDesc

LVectorGroup::LVectorGroup

LVectorGroup::SetGroupDesc

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Vector C++ Class Library Help