Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DIPROPGUIDANDPATH
#[repr(C)]pub struct DIPROPGUIDANDPATH {
pub diph: DIPROPHEADER,
pub guidClass: GUID,
pub wszPath: [u16; 260],
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields§
§diph: DIPROPHEADER
§guidClass: GUID
§wszPath: [u16; 260]