L_VecFreeObject

#include "ltvkrn.h"

L_LVKRN_API L_INT L_VecFreeObject(nType, pObjectDesc)

Frees any resources associated with pObjectDesc, obtained using L_VecGetObject.

Parameters

L_INT nType

Object type. This must be the same type used in L_VecGetObject.

L_VOID * pObjectDesc

Pointer to a vector object structure obtained using L_VecGetObject.

Returns

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

Comments

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

See Also

Functions

Topics

Example

For an example, refer to L_VecGetObject.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.