RegSaveRestoreW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

RegSaveRestoreW (ADVPACK.@)

SYNOPSIS

HRESULT RegSaveRestoreW
 (
  HWND    hWnd,
  LPCWSTR pszTitleString,
  HKEY    hkBackupKey,
  LPCWSTR pcszRootKey,
  LPCWSTR pcszSubKey,
  LPCWSTR pcszValueName,
  DWORD   dwFlags
 )

DESCRIPTION

Saves or restores the specified registry value.

PARAMS

hWnd [In] Handle to the window used for the display.

pszTitleString [In] Title of the window.

hkBackupKey [In] Key used to store the backup data.

pcszRootKey [In] Root key of the registry value.

pcszSubKey [In] Sub key of the registry value.

pcszValueName [In] Value to save or restore.

dwFlags [In] See advpub.h.

RETURNS

Success: S_OK.

Failure: E_FAIL.

BUGS

Unimplemented.

IMPLEMENTATION

Defined in "advpub.h".

Implemented in "dlls/advpack/reg.c".

Debug channel "advpack".