windows::Win32::UI::Shell

Function SHOpenRegStreamA

pub unsafe fn SHOpenRegStreamA<P1, P2>(
    hkey: HKEY,
    pszsubkey: P1,
    pszvalue: P2,
    grfmode: u32,
) -> Option<IStream>
where P1: Param<PCSTR>, P2: Param<PCSTR>,