NAME

RegRestoreAllW  (ADVPACK.@)

SYNOPSIS

 HRESULT RegRestoreAllW
 (
  HWND   hWnd,
  LPWSTR pszTitleString,
  HKEY   hkBackupKey
 )

DESCRIPTION

Restores all saved registry entries.

PARAMS

hWnd [In] Handle to the window used for the display.
pszTitleString [In] Title of the window.
hkBackupKey [In] Handle to the backup key.

RETURNS

Success: S_OK.

Failure: E_FAIL.

BUGS

Unimplemented.

IMPLEMENTATION

Declared in "advpub.h". https://source.winehq.org/source/include/advpub.h

Implemented in "dlls/advpack/reg.c". https://source.winehq.org/source/dlls/advpack/reg.c

Debug channel "advpack".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.