Function windows::Win32::Devices::HumanInterfaceDevice::HidP_GetButtonArray
pub unsafe fn HidP_GetButtonArray<P0>(
reporttype: HIDP_REPORT_TYPE,
usagepage: u16,
linkcollection: u16,
usage: u16,
buttondata: *mut HIDP_BUTTON_ARRAY_DATA,
buttondatalength: *mut u16,
preparseddata: P0,
report: &[u8],
) -> NTSTATUSwhere
P0: Param<PHIDP_PREPARSED_DATA>,