Union windows_sys::Win32::Devices::BiometricFramework::WINBIO_EVENT_0
#[repr(C)]
pub union WINBIO_EVENT_0 {
pub Unclaimed: WINBIO_EVENT_0_2,
pub UnclaimedIdentify: WINBIO_EVENT_0_1,
pub Error: WINBIO_EVENT_0_0,
}
Expand description
Required features: "Win32_Devices_BiometricFramework"
Fields§
§Unclaimed: WINBIO_EVENT_0_2
§UnclaimedIdentify: WINBIO_EVENT_0_1
§Error: WINBIO_EVENT_0_0