L_VecFreeGroup
#include "lvkrn.h"
L_LVKRN_API L_INT L_VecFreeGroup(pGroupDesc)
pVECTORGROUPDESC pGroupDesc; |
/* pointer to a vector group descriptor */ |
Frees the group descriptor structure retrieved using L_VecGetGroup.
Parameter |
Description |
pGroupDesc |
Pointer to a VECTORGROUPDESC structure retrieved using L_VecGetGroup. |
Returns
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
LVKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
|
Topics: |
Example
For an example, refer to L_VecCopyGroup.