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::CloseDeviceHandle method
Closes a Microsoft Direct3D device handle.
Syntax
HRESULT CloseDeviceHandle(
[in] HANDLE hDevice
);
Parameters
- hDevice [in]
-
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
|
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: