Function windows_sys::Win32::Devices::HumanInterfaceDevice::HidP_SetButtonArray
pub unsafe extern "system" fn HidP_SetButtonArray(
reporttype: HIDP_REPORT_TYPE,
usagepage: u16,
linkcollection: u16,
usage: u16,
buttondata: *const HIDP_BUTTON_ARRAY_DATA,
buttondatalength: u16,
preparseddata: isize,
report: PSTR,
reportlength: u32
) -> NTSTATUS
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
, "Win32_Foundation"