.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH AddDelBackupEntryW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBAddDelBackupEntryW\fR (ADVPACK.@) .SH SYNOPSIS HRESULT AddDelBackupEntryW ( LPCWSTR \fIlpcszFileList\fR, LPCWSTR \fIlpcszBackupDir\fR, LPCWSTR \fIlpcszBaseName\fR, DWORD \fIdwFlags\fR ) .SH DESCRIPTION .PP Either appends the files in the file list to the backup section of the specified \fBINI\fR, or deletes the entries from the \fBINI\fR file. .SH PARAMS \fIlpcszFileList\fR \fB[In]\fR NULL-separated list of filenames. .PP \fIlpcszBackupDir\fR \fB[In]\fR Path of the backup directory. .PP \fIlpcszBaseName\fR \fB[In]\fR Basename of the \fBINI\fR file. .PP \fIdwFlags\fR \fB[In]\fR \fBAADBE_ADD_ENTRY\fR adds the entries in the file list to the \fBINI\fR file, while \fBAADBE_DEL_ENTRY\fR removes the entries from the \fBINI\fR file. .PP .SH RETURNS .PP \fBS_OK\fR in all cases. .SH NOTES .PP If the \fBINI\fR file does not exist before adding entries to it, the file will be created. .PP If \fIlpcszBackupDir\fR is \fBNULL\fR, the \fBINI\fR file is assumed to exist in .PP \fBc:\fR\windows or created there if it does not exist. .SH IMPLEMENTATION .PP Declared in \fB"advpub.h"\fR. .PP Implemented in \fB"dlls/advpack/files.c"\fR. .PP Debug channel \fB"advpack"\fR.