Microsoft DirectX 8.1 (C++)

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 Value

Returns S_OK.

See Also