#[repr(C)]pub struct WINBIO_SENSOR_ATTRIBUTES {
pub PayloadSize: u32,
pub WinBioHresult: HRESULT,
pub WinBioVersion: WINBIO_VERSION,
pub SensorType: u32,
pub SensorSubType: u32,
pub Capabilities: u32,
pub ManufacturerName: [u16; 256],
pub ModelName: [u16; 256],
pub SerialNumber: [u16; 256],
pub FirmwareVersion: WINBIO_VERSION,
pub SupportedFormatEntries: u32,
pub SupportedFormat: [WINBIO_REGISTERED_FORMAT; 1],
}
Expand description
Required features: "Win32_Devices_BiometricFramework"
Fields§
§PayloadSize: u32
§WinBioHresult: HRESULT
§WinBioVersion: WINBIO_VERSION
§SensorType: u32
§SensorSubType: u32
§Capabilities: u32
§ManufacturerName: [u16; 256]
§ModelName: [u16; 256]
§SerialNumber: [u16; 256]
§FirmwareVersion: WINBIO_VERSION
§SupportedFormatEntries: u32
§SupportedFormat: [WINBIO_REGISTERED_FORMAT; 1]