RegSaveRestoreOnINFW (ADVPACK.@)
HRESULT RegSaveRestoreOnINFW ( HWND hWnd, LPCWSTR pszTitle, LPCWSTR pszINF, LPCWSTR pszSection, HKEY hHKLMBackKey, HKEY hHKCUBackKey, DWORD dwFlags )
Saves or restores the specified INF Reg section.
hWnd | [In] | Handle to the window used for the display. |
pszTitle | [In] | Title of the window. |
pszINF | [In] | Filename of the INF. |
pszSection | [In] | Section to save or restore. |
hHKLMBackKey | [In] | Opened key in HKLM to store data. |
hHKCUBackKey | [In] | Opened key in HKCU to store data. |
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.