#[repr(C)]
pub struct WINBIO_FRAMEWORK_INTERFACE {
Show 48 fields pub Version: WINBIO_ADAPTER_INTERFACE_VERSION, pub Type: u32, pub Size: usize, pub AdapterId: GUID, pub SetUnitStatus: PIBIO_FRAMEWORK_SET_UNIT_STATUS_FN, pub VsmStorageAttach: PIBIO_STORAGE_ATTACH_FN, pub VsmStorageDetach: PIBIO_STORAGE_DETACH_FN, pub VsmStorageClearContext: PIBIO_STORAGE_CLEAR_CONTEXT_FN, pub VsmStorageCreateDatabase: PIBIO_STORAGE_CREATE_DATABASE_FN, pub VsmStorageOpenDatabase: PIBIO_STORAGE_OPEN_DATABASE_FN, pub VsmStorageCloseDatabase: PIBIO_STORAGE_CLOSE_DATABASE_FN, pub VsmStorageDeleteRecord: PIBIO_STORAGE_DELETE_RECORD_FN, pub VsmStorageNotifyPowerChange: PIBIO_STORAGE_NOTIFY_POWER_CHANGE_FN, pub VsmStoragePipelineInit: PIBIO_STORAGE_PIPELINE_INIT_FN, pub VsmStoragePipelineCleanup: PIBIO_STORAGE_PIPELINE_CLEANUP_FN, pub VsmStorageActivate: PIBIO_STORAGE_ACTIVATE_FN, pub VsmStorageDeactivate: PIBIO_STORAGE_DEACTIVATE_FN, pub VsmStorageQueryExtendedInfo: PIBIO_STORAGE_QUERY_EXTENDED_INFO_FN, pub VsmStorageCacheClear: PIBIO_FRAMEWORK_VSM_CACHE_CLEAR_FN, pub VsmStorageCacheImportBegin: PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_BEGIN_FN, pub VsmStorageCacheImportNext: PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_NEXT_FN, pub VsmStorageCacheImportEnd: PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_END_FN, pub VsmStorageCacheExportBegin: PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_BEGIN_FN, pub VsmStorageCacheExportNext: PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_NEXT_FN, pub VsmStorageCacheExportEnd: PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_END_FN, pub VsmSensorAttach: PIBIO_SENSOR_ATTACH_FN, pub VsmSensorDetach: PIBIO_SENSOR_DETACH_FN, pub VsmSensorClearContext: PIBIO_SENSOR_CLEAR_CONTEXT_FN, pub VsmSensorPushDataToEngine: PIBIO_SENSOR_PUSH_DATA_TO_ENGINE_FN, pub VsmSensorNotifyPowerChange: PIBIO_SENSOR_NOTIFY_POWER_CHANGE_FN, pub VsmSensorPipelineInit: PIBIO_SENSOR_PIPELINE_INIT_FN, pub VsmSensorPipelineCleanup: PIBIO_SENSOR_PIPELINE_CLEANUP_FN, pub VsmSensorActivate: PIBIO_SENSOR_ACTIVATE_FN, pub VsmSensorDeactivate: PIBIO_SENSOR_DEACTIVATE_FN, pub VsmSensorAsyncImportRawBuffer: PIBIO_SENSOR_ASYNC_IMPORT_RAW_BUFFER_FN, pub VsmSensorAsyncImportSecureBuffer: PIBIO_SENSOR_ASYNC_IMPORT_SECURE_BUFFER_FN, pub Reserved1: PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_1_FN, pub Reserved2: PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_2_FN, pub Reserved3: PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_3_FN, pub Reserved4: PIBIO_STORAGE_RESERVED_1_FN, pub Reserved5: PIBIO_STORAGE_RESERVED_2_FN, pub AllocateMemory: PIBIO_FRAMEWORK_ALLOCATE_MEMORY_FN, pub FreeMemory: PIBIO_FRAMEWORK_FREE_MEMORY_FN, pub GetProperty: PIBIO_FRAMEWORK_GET_PROPERTY_FN, pub LockAndValidateSecureBuffer: PIBIO_FRAMEWORK_LOCK_AND_VALIDATE_SECURE_BUFFER_FN, pub ReleaseSecureBuffer: PIBIO_FRAMEWORK_RELEASE_SECURE_BUFFER_FN, pub QueryAuthorizedEnrollments: PIBIO_FRAMEWORK_VSM_QUERY_AUTHORIZED_ENROLLMENTS_FN, pub DecryptSample: PIBIO_FRAMEWORK_VSM_DECRYPT_SAMPLE_FN,
}
Expand description

Required features: "Win32_Devices_BiometricFramework", "Win32_Foundation", "Win32_System_IO"

Fields

Version: WINBIO_ADAPTER_INTERFACE_VERSIONType: u32Size: usizeAdapterId: GUIDSetUnitStatus: PIBIO_FRAMEWORK_SET_UNIT_STATUS_FNVsmStorageAttach: PIBIO_STORAGE_ATTACH_FNVsmStorageDetach: PIBIO_STORAGE_DETACH_FNVsmStorageClearContext: PIBIO_STORAGE_CLEAR_CONTEXT_FNVsmStorageCreateDatabase: PIBIO_STORAGE_CREATE_DATABASE_FNVsmStorageOpenDatabase: PIBIO_STORAGE_OPEN_DATABASE_FNVsmStorageCloseDatabase: PIBIO_STORAGE_CLOSE_DATABASE_FNVsmStorageDeleteRecord: PIBIO_STORAGE_DELETE_RECORD_FNVsmStorageNotifyPowerChange: PIBIO_STORAGE_NOTIFY_POWER_CHANGE_FNVsmStoragePipelineInit: PIBIO_STORAGE_PIPELINE_INIT_FNVsmStoragePipelineCleanup: PIBIO_STORAGE_PIPELINE_CLEANUP_FNVsmStorageActivate: PIBIO_STORAGE_ACTIVATE_FNVsmStorageDeactivate: PIBIO_STORAGE_DEACTIVATE_FNVsmStorageQueryExtendedInfo: PIBIO_STORAGE_QUERY_EXTENDED_INFO_FNVsmStorageCacheClear: PIBIO_FRAMEWORK_VSM_CACHE_CLEAR_FNVsmStorageCacheImportBegin: PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_BEGIN_FNVsmStorageCacheImportNext: PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_NEXT_FNVsmStorageCacheImportEnd: PIBIO_FRAMEWORK_VSM_CACHE_IMPORT_END_FNVsmStorageCacheExportBegin: PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_BEGIN_FNVsmStorageCacheExportNext: PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_NEXT_FNVsmStorageCacheExportEnd: PIBIO_FRAMEWORK_VSM_CACHE_EXPORT_END_FNVsmSensorAttach: PIBIO_SENSOR_ATTACH_FNVsmSensorDetach: PIBIO_SENSOR_DETACH_FNVsmSensorClearContext: PIBIO_SENSOR_CLEAR_CONTEXT_FNVsmSensorPushDataToEngine: PIBIO_SENSOR_PUSH_DATA_TO_ENGINE_FNVsmSensorNotifyPowerChange: PIBIO_SENSOR_NOTIFY_POWER_CHANGE_FNVsmSensorPipelineInit: PIBIO_SENSOR_PIPELINE_INIT_FNVsmSensorPipelineCleanup: PIBIO_SENSOR_PIPELINE_CLEANUP_FNVsmSensorActivate: PIBIO_SENSOR_ACTIVATE_FNVsmSensorDeactivate: PIBIO_SENSOR_DEACTIVATE_FNVsmSensorAsyncImportRawBuffer: PIBIO_SENSOR_ASYNC_IMPORT_RAW_BUFFER_FNVsmSensorAsyncImportSecureBuffer: PIBIO_SENSOR_ASYNC_IMPORT_SECURE_BUFFER_FNReserved1: PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_1_FNReserved2: PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_2_FNReserved3: PIBIO_FRAMEWORK_VSM_STORAGE_RESERVED_3_FNReserved4: PIBIO_STORAGE_RESERVED_1_FNReserved5: PIBIO_STORAGE_RESERVED_2_FNAllocateMemory: PIBIO_FRAMEWORK_ALLOCATE_MEMORY_FNFreeMemory: PIBIO_FRAMEWORK_FREE_MEMORY_FNGetProperty: PIBIO_FRAMEWORK_GET_PROPERTY_FNLockAndValidateSecureBuffer: PIBIO_FRAMEWORK_LOCK_AND_VALIDATE_SECURE_BUFFER_FNReleaseSecureBuffer: PIBIO_FRAMEWORK_RELEASE_SECURE_BUFFER_FNQueryAuthorizedEnrollments: PIBIO_FRAMEWORK_VSM_QUERY_AUTHORIZED_ENROLLMENTS_FNDecryptSample: PIBIO_FRAMEWORK_VSM_DECRYPT_SAMPLE_FN

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.