Skip to content

Latest commit

 

History

History
89 lines (74 loc) · 2.72 KB

nc-winbio_adapter-pibio_engine_pipeline_cleanup_fn.md

File metadata and controls

89 lines (74 loc) · 2.72 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
NC:winbio_adapter.PIBIO_ENGINE_PIPELINE_CLEANUP_FN
PIBIO_ENGINE_PIPELINE_CLEANUP_FN (winbio_adapter.h)
Gives the Engine Adapter the chance to perform any cleanup that requires help from the Storage Adapter.
EngineAdapterPipelineCleanup
EngineAdapterPipelineCleanup callback function [Windows Biometric Framework API]
PIBIO_ENGINE_PIPELINE_CLEANUP_FN
PIBIO_ENGINE_PIPELINE_CLEANUP_FN callback
secbiomet.engineadapterpipelinecleanup
winbio_adapter/EngineAdapterPipelineCleanup
secbiomet\engineadapterpipelinecleanup.htm
SecBioMet
C77EBE33-E781-4FFA-BE3A-A08BD9C3D459
12/05/2018
EngineAdapterPipelineCleanup, EngineAdapterPipelineCleanup callback function [Windows Biometric Framework API], PIBIO_ENGINE_PIPELINE_CLEANUP_FN, PIBIO_ENGINE_PIPELINE_CLEANUP_FN callback, secbiomet.engineadapterpipelinecleanup, winbio_adapter/EngineAdapterPipelineCleanup
winbio_adapter.h
Winbio_adapter.h
Windows
Windows 10 [desktop apps only]
Windows Server 2016 [desktop apps only]
Windows
19H1
PIBIO_ENGINE_PIPELINE_CLEANUP_FN
winbio_adapter/PIBIO_ENGINE_PIPELINE_CLEANUP_FN
c++
APIRef
kbSyntax
UserDefined
Winbio_adapter.h
EngineAdapterPipelineCleanup

PIBIO_ENGINE_PIPELINE_CLEANUP_FN callback function

-description

Called by the Windows Biometric Framework to give the Engine Adapter the chance to perform any cleanup that requires help from the Storage Adapter.

-parameters

-param Pipeline [in, out]

Pointer to the WINBIO_PIPELINE structure associated with the biometric unit performing the operation.

-returns

If the function succeeds, it returns S_OK. If the function fails, it must return one of the following HRESULT values to indicate the error.

Return code Description
E_POINTER
The Pipeline parameter cannot be NULL.

-remarks

This method is called once, when a biometric unit is being torn down.

The Engine Adapter should return S_OK if it doesn’t need to perform any cleanup at this point.

This method executes in the context of an arbitrary RPC server thread.