예제 #1
0
파일: HiBioAPI.cs 프로젝트: sfcheewill/Blm
 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);
예제 #2
0
파일: HiBioAPI.cs 프로젝트: sfcheewill/Blm
 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));
 }
예제 #3
0
파일: HiBioAPI.cs 프로젝트: sfcheewill/Blm
 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);