IAMMediaTypeSample::GetPointer
Microsoft DirectShow 9.0 |
IAMMediaTypeSample::GetPointer
- Note This interface is deprecated. New applications should not use it.
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