Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DIJOYCONFIG
[−]#[repr(C)]pub struct DIJOYCONFIG {
pub dwSize: u32,
pub guidInstance: GUID,
pub hwc: JOYREGHWCONFIG,
pub dwGain: u32,
pub wszType: [u16; 256],
pub wszCallout: [u16; 256],
pub guidGameport: GUID,
}Expand description
Required features: ‘Win32_Devices_HumanInterfaceDevice’
Fields
dwSize: u32guidInstance: GUIDhwc: JOYREGHWCONFIGdwGain: u32wszType: [u16; 256]wszCallout: [u16; 256]guidGameport: GUID