DelNodeW (ADVPACK.@)
HRESULT DelNodeW ( LPCWSTR pszFileOrDirName, DWORD dwFlags )
Deletes a file or directory.
pszFileOrDirName | [In] | Name of file or directory to delete. |
dwFlags | [In] | Flags; see include/advpub.h. |
Success: S_OK
Failure: E_FAIL.
- Ignores flags
- Native version apparently does a lot of checking to make sure we're not trying to delete a system directory etc.
Declared in "include/advpub.h". gitlab.winehq.org/wine/wine/blob/master/include/advpub.h
Implemented in "dlls/advpack/files.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.