windows::Win32::System::WindowsProgramming

Function RegSaveRestoreA

pub unsafe fn RegSaveRestoreA<P1, P3, P4, P5>(
    hwnd: HWND,
    psztitlestring: P1,
    hkbckupkey: HKEY,
    pcszrootkey: P3,
    pcszsubkey: P4,
    pcszvaluename: P5,
    dwflags: u32,
) -> Result<()>
where P1: Param<PCSTR>, P3: Param<PCSTR>, P4: Param<PCSTR>, P5: Param<PCSTR>,