webview2_com::Windows::Win32::Devices::HumanInterfaceDevice

Function HidP_SetScaledUsageValue

Source
pub unsafe fn HidP_SetScaledUsageValue<'a>(
    reporttype: HIDP_REPORT_TYPE,
    usagepage: u16,
    linkcollection: u16,
    usage: u16,
    usagevalue: i32,
    preparseddata: isize,
    report: impl IntoParam<'a, PSTR>,
    reportlength: u32,
) -> Result<(), Error>