WinBioCloseFramework function (winbio.h)

Closes a framework handle previously opened with WinBioAsyncOpenFramework. Starting with Windows 10, build 1607, this function is available to use with a mobile image.

Syntax

HRESULT WinBioCloseFramework(
  [in] WINBIO_FRAMEWORK_HANDLE FrameworkHandle
);

Parameters

[in] FrameworkHandle

Handle to the framework session that will be closed.

Return value

If the function succeeds, it returns S_OK. If the function fails, it returns an HRESULT value that indicates the error.

Remarks

This function never blocks.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header winbio.h (include Winbio.h)
Library Winbio.lib
DLL Winbio.dll