Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DIPROPCPOINTS
#[repr(C)]pub struct DIPROPCPOINTS {
pub diph: DIPROPHEADER,
pub dwCPointsNum: u32,
pub cp: [CPOINT; 8],
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields§
§diph: DIPROPHEADER
§dwCPointsNum: u32
§cp: [CPOINT; 8]