public static extern uint BioAPI_Identify(uint BSPHandle, int MaxFMRRequested, byte Subtype, ref bioapi_identify_population Population, uint TotalNumberOfTemplates, byte Binning, uint MaxNumberOfResults, ref uint NumberOfResults, ref System.IntPtr Candidates, int Timeout, ref int AuditData);
public static uint IdentifyMatch(uint BSPHandle, int MaxFMRRequested, ref bioapi_input_bir ProcessedBIR, ref bioapi_identify_population Population, uint TotalNumberOfTemplates, uint MaxNumberOfResults, ref uint NumberOfResults, ref System.IntPtr Candidates, int Timeout) { return(NativeMethods.BioAPI_IdentifyMatch(BSPHandle, MaxFMRRequested, ref ProcessedBIR, ref Population, TotalNumberOfTemplates, 0, MaxNumberOfResults, ref NumberOfResults, ref Candidates, Timeout)); }
public static extern uint BioAPI_IdentifyMatch(uint BSPHandle, int MaxFMRRequested, ref bioapi_input_bir ProcessedBIR, ref bioapi_identify_population Population, uint TotalNumberOfTemplates, byte Binning, uint MaxNumberOfResults, ref uint NumberOfResults, ref System.IntPtr Candidates, int Timeout);