FileSaveRestoreW (ADVPACK.@)
HRESULT FileSaveRestoreW ( HWND hDlg, LPWSTR pszFileList, LPWSTR pszDir, LPWSTR pszBaseName, DWORD dwFlags )
Saves or restores the files in the specified file list.
| hDlg | [In] | Handle to the dialog used for the display. |
| pszFileList | [In] | NULL-separated list of filenames. |
| pszDir | [In] | Path of the backup directory. |
| pszBaseName | [In] | Basename of the backup files. |
| dwFlags | [In] | See advpub.h. |
Success: S_OK.
Failure: E_FAIL.
If pszFileList is NULL on restore, all files will be restored.
Unimplemented.
Defined in "advpub.h".
Implemented in "dlls/advpack/files.c". source.winehq.org/source/dlls/advpack/files.c
Debug channel "advpack".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated May 2006.