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

Function SHSetValueW

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