windows::Win32::System::Registry

Function RegRestoreKeyW

pub unsafe fn RegRestoreKeyW<P1>(
    hkey: HKEY,
    lpfile: P1,
    dwflags: REG_RESTORE_KEY_FLAGS,
) -> WIN32_ERROR
where P1: Param<PCWSTR>,