webview2_com_sys::Windows::Win32::Devices::HumanInterfaceDevice

Function HidP_SetUsages

Source
pub unsafe fn HidP_SetUsages<'a>(
    reporttype: HIDP_REPORT_TYPE,
    usagepage: u16,
    linkcollection: u16,
    usagelist: *mut u16,
    usagelength: *mut u32,
    preparseddata: isize,
    report: impl IntoParam<'a, PSTR>,
    reportlength: u32,
) -> Result<()>