Struct windows_sys::Win32::Devices::BiometricFramework::WINBIO_PIPELINE
#[repr(C)]pub struct WINBIO_PIPELINE {
pub SensorHandle: HANDLE,
pub EngineHandle: HANDLE,
pub StorageHandle: HANDLE,
pub SensorInterface: *mut WINBIO_SENSOR_INTERFACE,
pub EngineInterface: *mut WINBIO_ENGINE_INTERFACE,
pub StorageInterface: *mut WINBIO_STORAGE_INTERFACE,
pub SensorContext: *mut _WINIBIO_SENSOR_CONTEXT,
pub EngineContext: *mut _WINIBIO_ENGINE_CONTEXT,
pub StorageContext: *mut _WINIBIO_STORAGE_CONTEXT,
pub FrameworkInterface: *mut WINBIO_FRAMEWORK_INTERFACE,
}
Expand description
Required features: "Win32_Devices_BiometricFramework"
, "Win32_Foundation"
, "Win32_System_IO"
Fields§
§SensorHandle: HANDLE
§EngineHandle: HANDLE
§StorageHandle: HANDLE
§SensorInterface: *mut WINBIO_SENSOR_INTERFACE
§EngineInterface: *mut WINBIO_ENGINE_INTERFACE
§StorageInterface: *mut WINBIO_STORAGE_INTERFACE
§SensorContext: *mut _WINIBIO_SENSOR_CONTEXT
§EngineContext: *mut _WINIBIO_ENGINE_CONTEXT
§StorageContext: *mut _WINIBIO_STORAGE_CONTEXT
§FrameworkInterface: *mut WINBIO_FRAMEWORK_INTERFACE