IDXGIAdapter::CheckInterfaceSupport method
Checks whether the system supports a device interface for a graphics component.
Syntax
HRESULT CheckInterfaceSupport(
[in] REFGUID InterfaceName,
[out] LARGE_INTEGER *pUMDVersion
);
Parameters
- InterfaceName [in]
-
Type: REFGUID
The GUID of the interface of the device version for which support is being checked. For example, __uuidof(ID3D10Device).
- pUMDVersion [out]
-
Type: LARGE_INTEGER*
The user mode driver version of InterfaceName. This is returned only if the interface is supported, otherwise this parameter will be NULL.
Return value
Type: HRESULT
S_OK indicates that the interface is supported, otherwise DXGI_ERROR_UNSUPPORTED is returned (For more information, see DXGI_ERROR).
Remarks
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also