LVectorBase::EnumGroupsCallBack

Summary

Processes each vector group enumerated by the LVectorBase::EnumGroups function.

Syntax

#include "ltwrappr.h"

virtual L_INT LVectorBase::EnumGroupsCallBack(pVector, pGroup)

Parameters

pVECTORHANDLE pVector

Pointer to the vector handle that contains the groups to enumerate.

pVECTORGROUP pGroup

Pointer to the vector group being processed.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

The LVectorBase::EnumGroups function calls the callback function as it gets a pointer to each vector group.

To use LVectorBase::EnumGroupsCallBack, derive a class from LVectorBase and override the EnumGroupsCallBack member function. Note that this callback function does not return an LVectorGroupobject.

To get detailed information about each enumerated group, attach pGroup to an LVectorGroup class object and call LVectorGroup::GetGroupDesc.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LVectorBase::EnumGroups.

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.