Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DIDEVICESTATE
#[repr(C)]pub struct DIDEVICESTATE {
pub dwSize: u32,
pub dwState: u32,
pub dwLoad: u32,
}Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields§
§dwSize: u32§dwState: u32§dwLoad: u32