DelNodeW(3w)
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
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".