Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS Vector C++ Class Library Help

VECTORGROUPDESC

Show in webframe

typedef struct tagVECTORGROUPDESC
{
   L_INT nSize;
   L_TCHAR szName[VECTOR_MAX_NAME];
   L_UINT32 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

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.