#[repr(C)]pub struct HID_COLLECTION_INFORMATION {
pub DescriptorSize: u32,
pub Polled: BOOLEAN,
pub Reserved1: [u8; 1],
pub VendorID: u16,
pub ProductID: u16,
pub VersionNumber: u16,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
, "Win32_Foundation"
Fields§
§DescriptorSize: u32
§Polled: BOOLEAN
§Reserved1: [u8; 1]
§VendorID: u16
§ProductID: u16
§VersionNumber: u16