#[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: u32VendorID: u16ProductID: u16VersionNumber: u16