IMFDXGIDeviceManager::OpenDeviceHandle method (mfobjects.h)
Gets a handle to the Microsoft Direct3D device.
Syntax
HRESULT OpenDeviceHandle(
[out] HANDLE *phDevice
);
Parameters
[out] phDevice
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
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | mfobjects.h (include Mfidl.h) |