IMFDXGIDeviceManager::CloseDeviceHandle method (mfobjects.h)
Closes a Microsoft Direct3D device handle.
Syntax
HRESULT CloseDeviceHandle(
[in] HANDLE hDevice
);
Parameters
[in] hDevice
A handle to the Direct3D device.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Success. |
|
The specified handle is not a Direct3D device handle. |
Remarks
Call this method to release a device handle that was retrieved by the IMFDXGIDeviceManager::OpenDeviceHandle method.
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) |