.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DelNodeW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDelNodeW\fR (ADVPACK.@) .SH SYNOPSIS HRESULT DelNodeW ( LPCWSTR \fIpszFileOrDirName\fR, DWORD \fIdwFlags\fR ) .SH DESCRIPTION .PP Deletes a file or directory. .SH PARAMS \fIpszFileOrDirName\fR \fB[In]\fR Name of file or directory to delete. .PP \fIdwFlags\fR \fB[In]\fR Flags; see include/advpub.h. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR .PP \fBFailure:\fR \fBE_FAIL\fR. .SH BUGS .PP \fB-\fR Ignores flags .PP \fB-\fR Native version apparently does a lot of checking to make sure we're not trying to delete a system directory etc. .SH IMPLEMENTATION .PP Declared in \fB"advpub.h"\fR. .PP Implemented in \fB"dlls/advpack/files.c"\fR. .PP Debug channel \fB"advpack"\fR.