Example #1
0
 public static extern uint WinBioEnumServiceProviders(WINBIO_BIOMETRIC_TYPE Factor, ref IntPtr BspSchemaArray,
                                                      ref int BspCount);
Example #2
0
 public static extern uint WinBioEnumBiometricUnits(WINBIO_BIOMETRIC_TYPE Factor, ref IntPtr UnitSchemaArray,
                                                    ref int UnitCount);
Example #3
0
 public static extern uint WinBioEnumDatabases(WINBIO_BIOMETRIC_TYPE Factor, ref IntPtr StorageSchemaArray,
                                               ref int StorageCount);
Example #4
0
 public static extern uint WinBioOpenSession(WINBIO_BIOMETRIC_TYPE Factor, WINBIO_POOL_TYPE PoolType,
                                             WINBIO_SESSION_FLAGS Flags, IntPtr UnitArray, int UnitCount, int DatabaseId, ref IntPtr SessionHandle);