Skip to content

Latest commit

 

History

History
91 lines (75 loc) · 3.17 KB

nc-winbio_adapter-pibio_engine_set_enrollment_parameters_fn.md

File metadata and controls

91 lines (75 loc) · 3.17 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_SET_ENROLLMENT_PARAMETERS_FN
PIBIO_ENGINE_SET_ENROLLMENT_PARAMETERS_FN (winbio_adapter.h)
Gives the engine adapter additional information about an enrollment operation.
EngineAdapterSetEnrollmentParameters
EngineAdapterSetEnrollmentParameters callback function [Windows Biometric Framework API]
PIBIO_ENGINE_SET_ENROLLMENT_PARAMETERS_FN
PIBIO_ENGINE_SET_ENROLLMENT_PARAMETERS_FN callback
secbiomet.engineadaptersetenrollmentparameters
winbio_adapter/EngineAdapterSetEnrollmentParameters
secbiomet\engineadaptersetenrollmentparameters.htm
SecBioMet
BB353505-F861-47BD-A617-42F0AA39251E
12/05/2018
EngineAdapterSetEnrollmentParameters, EngineAdapterSetEnrollmentParameters callback function [Windows Biometric Framework API], PIBIO_ENGINE_SET_ENROLLMENT_PARAMETERS_FN, PIBIO_ENGINE_SET_ENROLLMENT_PARAMETERS_FN callback, secbiomet.engineadaptersetenrollmentparameters, winbio_adapter/EngineAdapterSetEnrollmentParameters
winbio_adapter.h
Winbio_adapter.h
Windows
Windows 10 [desktop apps only]
Windows Server 2016 [desktop apps only]
Windows
19H1
PIBIO_ENGINE_SET_ENROLLMENT_PARAMETERS_FN
winbio_adapter/PIBIO_ENGINE_SET_ENROLLMENT_PARAMETERS_FN
c++
APIRef
kbSyntax
UserDefined
Winbio_adapter.h
EngineAdapterSetEnrollmentParameters

PIBIO_ENGINE_SET_ENROLLMENT_PARAMETERS_FN callback function

-description

Called by the Windows Biometric Framework to give the engine adapter additional information about an enrollment operation.

-parameters

-param Pipeline [in, out]

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

-param Parameters [in]

Pointer to the WINBIO_EXTENDED_ENROLLMENT_PARAMETERS structure containing the extended enrollment parameters to use.

-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

If the engine adapter successfully completes an EngineAdapterCreateEnrollment call, it will immediately receive a call to its EngineAdapterSetEnrollmentParameters function.

This function specifies the subfactor to be used for the new enrollment template.