RegSaveRestoreW (ADVPACK.@)
HRESULT RegSaveRestoreW ( HWND hWnd, LPCWSTR pszTitleString, HKEY hkBackupKey, LPCWSTR pcszRootKey, LPCWSTR pcszSubKey, LPCWSTR pcszValueName, DWORD dwFlags )
Saves or restores the specified registry value.
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. |
Success: S_OK.
Failure: E_FAIL.
Unimplemented.
Declared in "include/advpub.h". gitlab.winehq.org/wine/wine/blob/master/include/advpub.h
Implemented in "dlls/advpack/reg.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.