Scroll to navigation

FileSaveMarkNotExistW(3w) Wine API 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

Declared in "advpub.h".
Implemented in "dlls/advpack/files.c".
Debug channel "advpack".
Oct 2012 Wine API