Microsoft DirectX 9.0

IVMRImagePresenterConfig9::GetRenderingPrefs

The GetRenderingPrefs method retrieves the current rendering preferences on the VMR's allocator-presenter.

Syntax

HRESULT GetRenderingPrefs(
  DWORD*  dwRenderFlags
);

Parameters

dwRenderFlags

[out]   Pointer that receives a bitwise OR combination of VMR9RenderPrefs flags that indicate the current rendering settings on the allocator-presenter.

Return Values

The method returns an HRESULT. Possible values include those in the following table.

Value Description
S_OK The method succeeded.

Requirements

Include D3d9.h, Vmr9.h.

See Also