IMFDXGIDeviceManager::OpenDeviceHandle method
Gets a handle to the Microsoft Direct3D device.
Syntax
HRESULT OpenDeviceHandle( [out] HANDLE *phDevice );
Parameters
- phDevice [out]
-
Receives the device handle.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
The DXGI Device Manager was not initialized. The owner of the device must call IMFDXGIDeviceManager::ResetDevice. |
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: