L_LVKRN_API L_INT L_VecFreeObject(nType, pObjectDesc)
Frees any resources associated with pObjectDesc, obtained using L_VecGetObject.
Object type. This must be the same type used in L_VecGetObject.
Pointer to a vector object structure obtained using L_VecGetObject.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
When the pointer to the object structure, obtained using L_VecGetObject, is no longer needed, free any associated resources by calling L_VecFreeObject.
Required DLLs and Libraries