DirectX SDK |
The D3DXGetDeviceCaps function lists all the capabilities of a device at a display mode.
HRESULT D3DXGetDeviceCaps( DWORD deviceIndex, D3DX_VIDMODEDESC* pVidMode, D3DDEVICEDESC7* pD3DCaps, DDCAPS* pDDHALCaps, DDCAPS* pDDHELCaps );
If the function succeeds, the return value is S_OK.
If the function fails, the return value may be one of the following values:
D3DXERR_CAPSNOTSUPPORTED |
D3DXERR_D3DXNOTSTARTEDYET |
D3DXERR_FAILEDGETCAPS |
D3DXERR_INITFAILED |
D3DXERR_INVALIDD3DXDEVICEINDEX |
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Windows CE: Unsupported.
Version: Requires DirectX 7.0.
Header: Declared in d3dxcore.h.
Library: Use d3dx.lib.