NAME

DelNodeW  (ADVPACK.@)

SYNOPSIS

 HRESULT DelNodeW
 (
  LPCWSTR pszFileOrDirName,
  DWORD   dwFlags
 )

DESCRIPTION

Deletes a file or directory.

PARAMS

pszFileOrDirName [In] Name of file or directory to delete.
dwFlags [In] Flags; see include/advpub.h.

RETURNS

Success: S_OK

Failure: E_FAIL.

BUGS

- Ignores flags

- Native version apparently does a lot of checking to make sure we're not trying to delete a system directory etc.

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 Apr 2024.