Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 2.05 KB

nf-winbio-winbiocloseframework.md

File metadata and controls

69 lines (58 loc) · 2.05 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:winbio.WinBioCloseFramework
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.
WinBioCloseFramework
WinBioCloseFramework function [Windows Biometric Framework API]
secbiomet.winbiocloseframework
winbio/WinBioCloseFramework
secbiomet\winbiocloseframework.htm
SecBioMet
AE13FB2F-0B6B-4D98-A75A-E8A2EA525136
12/05/2018
WinBioCloseFramework, WinBioCloseFramework function [Windows Biometric Framework API], secbiomet.winbiocloseframework, winbio/WinBioCloseFramework
winbio.h
Winbio.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Winbio.lib
Winbio.dll
Windows
19H1
WinBioCloseFramework
winbio/WinBioCloseFramework
c++
APIRef
kbSyntax
DllExport
Winbio.dll
ext-ms-win-biometrics-winbio-core-l1-1-0.dll
Ext-MS-Win-BioMetrics-WinBio-Core-L1-1-1.dll
WinBioCloseFramework

WinBioCloseFramework function

-description

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

-parameters

-param FrameworkHandle [in]

Handle to the framework session that will be closed.

-returns

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.