Microsoft DirectX 9.0

IAMMediaTypeSample::GetPointer

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