VECTORGROUPDESC

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.

Members

L_INT nSize

Size of this structure. Used for versioning.

L_TCHAR szName

Character string that contains the name of the group.

L_SIZE_T32 dwTag

User-defined tag.

Comments

pVECTORGROUPDESC is a pointer to a VECTORGROUPDESC structure.

The following functions use a VECTORGROUPDESC structure:

L_VecAddGroup

L_VecDlgEditGroup

L_VecDlgNewGroup

L_VecFreeGroup

L_VecGetGroup

L_VecSetGroup

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C API Help