FileSaveMarkNotExistW(3w)
NAME
FileSaveMarkNotExistW (ADVPACK.@)
SYNOPSIS
HRESULT FileSaveMarkNotExistW ( LPWSTR pszFileList, LPWSTR pszDir, LPWSTR pszBaseName )
DESCRIPTION
Marks the files in the file list as not existing so they won't be
backed up during a save.
PARAMS
pszFileList [In] NULL-separated list of filenames.
pszDir [In] Path of the backup directory.
pszBaseName [In] Basename of the INI file.
RETURNS
Success: S_OK.
Failure: E_FAIL.
IMPLEMENTATION
Defined in "advpub.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advpack/files.c".
- Debug channel "advpack".