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". https://source.winehq.org/source/include/advpub.h

Implemented in "dlls/advpack/files.c". https://source.winehq.org/source/dlls/advpack/files.c

Debug channel "advpack".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.