Unlocks the shared Microsoft DirectX Graphics Infrastructure (DXGI) Device Manager.
HRESULT MFUnlockDXGIDeviceManager()
Type: HRESULTÂ
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Refer to Media Foundation return codes.
Call this function after a successful call to the MFLockDXGIDeviceManager function.
Header: Declared in mfapi.h.
Library: Use mfplat.lib.