Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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 codeDescription
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

Minimum supported client

Windows 8 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2012 [desktop apps | Windows Store apps]

Header

Mfobjects.h (include Mfidl.h)

See also

IMFDXGIDeviceManager

 

 

Show:
© 2017 Microsoft