Microsoft DirectX 9.0 |
The GetPointer method retrieves a read/write pointer to the buffer's memory.
Syntax
HRESULT GetPointer(
BYTE **ppBuffer
);
Parameters
ppBuffer
[out] Address of a pointer to the buffer.
Return Values
Returns S_OK.
See Also