Intel IPP Integration Wrappers Developer Guide and Reference
ID
751823
Date
1/18/2023
Public
iwsVector_Release
Syntax
IW_DECL(IppStatus) iwsVector_Release(
IwsVector *pVector
);
Parameters
pVector |
Pointer to the IwsVector structure. |
Description
This function releases vector data that is allocated with iwsVector_Alloc.
Return Values
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsNoErr |
No errors. |
Parent topic: Vector