pub unsafe extern "system" fn HidP_GetSpecificButtonCaps(
reporttype: HIDP_REPORT_TYPE,
usagepage: u16,
linkcollection: u16,
usage: u16,
buttoncaps: *mut HIDP_BUTTON_CAPS,
buttoncapslength: *mut u16,
preparseddata: isize
) -> NTSTATUS
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
, "Win32_Foundation"