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
S_OK
Success.
MF_E_DXGI_DEVICE_NOT_INITIALIZED
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)

See also

IMFDXGIDeviceManager