Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| 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