MFUnlockDXGIDeviceManager function
Unlocks the shared Microsoft DirectX Graphics Infrastructure (DXGI) Device Manager.
Syntax
HRESULT MFUnlockDXGIDeviceManager(void);
Parameters
This function has no parameters.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Call this function after a successful call to the MFLockDXGIDeviceManager function.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also