VECTORGROUPDESC

Summary

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

Syntax

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

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_T dwTag

User-defined tag.

Comments

pVECTORGROUPDESC is a pointer to a VECTORGROUPDESC structure.

Usage

Data Types

Functions

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

LEADTOOLS Vector C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.