Struct windows_sys::Win32::Devices::HumanInterfaceDevice::HIDD_ATTRIBUTES
#[repr(C)]pub struct HIDD_ATTRIBUTES {
pub Size: u32,
pub VendorID: u16,
pub ProductID: u16,
pub VersionNumber: u16,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields§
§Size: u32
§VendorID: u16
§ProductID: u16
§VersionNumber: u16