MFUnlockDXGIDeviceManager function (mfapi.h)

Unlocks the shared Microsoft DirectX Graphics Infrastructure (DXGI) Device Manager.

Syntax

HRESULT MFUnlockDXGIDeviceManager();

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

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 mfapi.h
Library Mfplat.lib
DLL Mfplat.dll

See also

Media Foundation Functions