#[repr(C)]pub struct DIPROPGUIDANDPATH {
pub diph: DIPROPHEADER,
pub guidClass: GUID,
pub wszPath: [u16; 260],
}Expand description
Required features: ‘Win32_Devices_HumanInterfaceDevice’
Fields
diph: DIPROPHEADERguidClass: GUIDwszPath: [u16; 260]