L_LVKRN_API L_INT L_VecGetGroup(pVector, pGroup, pGroupDesc)
Gets group information for the specified group.
Pointer to the vector handle.
Pointer to a VECTORGROUP structure that references the requested group.
Pointer to a VECTORGROUPDESC structure to be updated with the group information if the group is found.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
When pGroupDesc is no longer needed, L_VecFreeGroup should be called to free any resources associated with the VECTORGROUPDESC structure.
Required DLLs and Libraries