FileSaveRestoreW.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

FileSaveRestoreW (ADVPACK.@)

SYNOPSIS

HRESULT FileSaveRestoreW
 (
  HWND   hDlg,
  LPWSTR pszFileList,
  LPWSTR pszDir,
  LPWSTR pszBaseName,
  DWORD  dwFlags
 )

DESCRIPTION

Saves or restores the files in the specified file list.

PARAMS

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.

RETURNS

Success: S_OK.

Failure: E_FAIL.

NOTES

If pszFileList is NULL on restore, all files will be restored.

BUGS

Unimplemented.

IMPLEMENTATION

Defined in "advpub.h".

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

Debug channel "advpack".