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

Function OpenRegStream

Source
pub unsafe fn OpenRegStream<'a>(
    hkey: impl IntoParam<'a, HKEY>,
    pszsubkey: impl IntoParam<'a, PWSTR>,
    pszvalue: impl IntoParam<'a, PWSTR>,
    grfmode: u32,
) -> Option<IStream>