iwsVector_Release
Syntax
IW_DECL(IppStatus) iwsVector_Release(
IwsVector *pVector
);
Parameters
- pVector
- Pointer to theIwsVectorstructure.
Description
This function releases vector data that is allocated with
iwsVector_Alloc
.Return Values
- ippStsNullPtrErr
- At least one of the pointers isNULL.
- ippStsNoErr
- No errors.