L_VecGetGroup

#include "lvkrn.h"

L_LVKRN_API L_INT L_VecGetGroup(pVector, pGroup, pGroupDesc)

Gets group information for the specified group.

Parameters

const pVECTORHANDLE pVector

Pointer to the vector handle.

const pVECTORGROUP pGroup

Pointer to a VECTORGROUP structure that references the requested group.

pVECTORGROUPDESC pGroupDesc

Pointer to a VECTORGROUPDESC structure to be updated with the group information if the group is found.

Returns

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

Comments

When pGroupDesc is no longer needed, L_VecFreeGroup should be called to free any resources associated with the VECTORGROUPDESC structure.

Required DLLs and Libraries

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