Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DIFILEEFFECT
#[repr(C)]pub struct DIFILEEFFECT {
pub dwSize: u32,
pub GuidEffect: GUID,
pub lpDiEffect: *mut DIEFFECT,
pub szFriendlyName: [CHAR; 260],
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
, "Win32_Foundation"
Fields§
§dwSize: u32
§GuidEffect: GUID
§lpDiEffect: *mut DIEFFECT
§szFriendlyName: [CHAR; 260]