#[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: u32Polled: BOOLEANReserved1: [u8; 1]VendorID: u16ProductID: u16VersionNumber: u16