windows::Win32::Devices::HumanInterfaceDevice

Function HidP_GetUsagesEx

pub unsafe fn HidP_GetUsagesEx(
    reporttype: HIDP_REPORT_TYPE,
    linkcollection: Option<u16>,
    buttonlist: *mut USAGE_AND_PAGE,
    usagelength: *mut u32,
    preparseddata: PHIDP_PREPARSED_DATA,
    report: &[u8],
) -> NTSTATUS