.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH FileSaveRestoreW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBFileSaveRestoreW\fR (ADVPACK.@) .SH SYNOPSIS HRESULT FileSaveRestoreW ( HWND \fIhDlg\fR, LPWSTR \fIpszFileList\fR, LPWSTR \fIpszDir\fR, LPWSTR \fIpszBaseName\fR, DWORD \fIdwFlags\fR ) .SH DESCRIPTION .PP Saves or restores the files in the specified file list. .SH PARAMS \fIhDlg\fR \fB[In]\fR Handle to the dialog used for the display. .PP \fIpszFileList\fR \fB[In]\fR NULL-separated list of filenames. .PP \fIpszDir\fR \fB[In]\fR Path of the backup directory. .PP \fIpszBaseName\fR \fB[In]\fR Basename of the backup files. .PP \fIdwFlags\fR \fB[In]\fR See advpub.h. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBE_FAIL\fR. .SH NOTES .PP If \fIpszFileList\fR is \fBNULL\fR on restore, all files will be restored. .SH BUGS .PP Unimplemented. .SH IMPLEMENTATION .PP Declared in \fB"advpub.h"\fR. .PP Implemented in \fB"dlls/advpack/files.c"\fR. .PP Debug channel \fB"advpack"\fR.