Visible to Intel only — GUID: GUID-93990574-8C4A-4022-BD41-E011D391FB38
iwsVector_GetPtrConst
Syntax
IW_DECL(const void*) iwsVector_GetPtrConst(
const IwsVector *pVector,
IwSize x
);
Parameters
pVector |
Pointer to the IwsVector structure. |
x |
X shift, as columns. |
Description
This function returns a pointer to the specified position in the read-only vector buffer.
Return Values
Pointer to the vector data.
Parent topic: Vector