IDirectDrawVideo::GetEmulatedCaps (Compact 2013)

3/26/2014

This method retrieves a DirectDraw-defined DDCAPS structure containing the emulated capabilities.

Syntax

HRESULT GetEmulatedCaps(
  DDCAPS* pCaps
);

Parameters

  • pCaps
    DDCAPS structure containing the emulated capabilities.

Return Value

Returns an HRESULT value.

Remarks

If the renderer has not loaded DirectDraw, this method returns E_FAIL.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IDirectDrawVideo Interface