windows::Win32::Devices::HumanInterfaceDevice

Function HidP_GetSpecificButtonCaps

pub unsafe fn HidP_GetSpecificButtonCaps(
    reporttype: HIDP_REPORT_TYPE,
    usagepage: Option<u16>,
    linkcollection: Option<u16>,
    usage: Option<u16>,
    buttoncaps: *mut HIDP_BUTTON_CAPS,
    buttoncapslength: *mut u16,
    preparseddata: PHIDP_PREPARSED_DATA,
) -> NTSTATUS