Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
cac3bf84
Commit
cac3bf84
authored
Jan 21, 2006
by
James Hawkins
Committed by
Alexandre Julliard
Jan 21, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advpack: Fix the documentation for AddDelBackupEntry.
parent
bf1a56ef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
files.c
dlls/advpack/files.c
+13
-4
No files found.
dlls/advpack/files.c
View file @
cac3bf84
...
...
@@ -35,19 +35,28 @@ WINE_DEFAULT_DEBUG_CHANNEL(advpack);
/***********************************************************************
* AddDelBackupEntry (ADVPACK.@)
*
* Either
marks the file in the file list as not existing during file
*
save, or deletes the file entry from the INI
.
* Either
appends the files in the file list to the backup section of
*
the specified INI, or deletes the entries from the INI file
.
*
* PARAMS
* lpcszFileList [I] NULL-separated list of filenames.
* lpcszBackupDir [I] Path of the backup directory.
* lpcszBaseName [I] Basename of the backup files.
* dwFlags [I] See advpub.h.
* lpcszBaseName [I] Basename of the INI file.
* dwFlags [I] AADBE_ADD_ENTRY adds the entries in the file list
* to the INI file, while AADBE_DEL_ENTRY removes
* the entries from the INI file.
*
* RETURNS
* Success: S_OK.
* Failure: E_FAIL.
*
* NOTES
* If the INI file does not exist before adding entries to it, the file
* will be created.
*
* If lpcszBackupDir is NULL, the INI file is assumed to exist in
* c:\windows or created there if it does not exist.
*
* BUGS
* Unimplemented.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment