Intel IPP Integration Wrappers Developer Guide and Reference
ID
751823
Date
1/18/2023
Public
iwsVector_Init
Syntax
IW_DECL(IppStatus) iwsVector_Init(
IwsVector *pVector
);
Parameters
pVector |
Pointer to the IwsVector structure. |
Description
This function resets the vector structure values.
Return Values
ippStsNullPtrErr |
The pVector pointer is NULL. |
ippStsNoErr |
No errors. |
Parent topic: Vector