Frees the group descriptor structure retrieved using L_VecGetGroup.
#include "ltvkrn.h"
L_LVKRN_API L_INT L_VecFreeGroup(pGroupDesc)
Pointer to a VECTORGROUPDESC structure retrieved using L_VecGetGroup.
| 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.
For an example, refer to L_VecCopyGroup.