IDirectDrawVideo::GetEmulatedCaps
Microsoft DirectShow 9.0 |
IDirectDrawVideo::GetEmulatedCaps
The GetEmulatedCaps method retrieves a DirectDraw-defined DDCAPS structure containing the emulated capabilities.
Syntax
HRESULT GetEmulatedCaps( DDCAPS *pCaps );
Parameters
pCaps
Pointer to a DDCAPS structure containing the emulated capabilities.
Return Values
Returns an HRESULT value. If the renderer has not loaded DirectDraw, this method returns E_FAIL.
Requirements
Header: Declared in Amvideo.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also