Microsoft DirectX 9.0 |
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.
See Also