webview2_com_sys::Windows::Win32::UI::Shell

Function SHSetValueA

Source
pub unsafe fn SHSetValueA<'a>(
    hkey: impl IntoParam<'a, HKEY>,
    pszsubkey: impl IntoParam<'a, PSTR>,
    pszvalue: impl IntoParam<'a, PSTR>,
    dwtype: u32,
    pvdata: *const c_void,
    cbdata: u32,
) -> LSTATUS