.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DelNodeRunDLL32W 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDelNodeRunDLL32W\fR (ADVPACK.@) .SH SYNOPSIS HRESULT DelNodeRunDLL32W ( HWND \fIhWnd\fR, HINSTANCE \fIhInst\fR, LPWSTR \fIcmdline\fR, INT \fIshow\fR ) .SH DESCRIPTION .PP Deletes a file or directory, WinMain style. .SH PARAMS \fIhWnd\fR \fB[In]\fR Handle to the window used for the display. .PP \fIhInst\fR \fB[In]\fR Instance of the process. .PP \fIcmdline\fR \fB[In]\fR Contains parameters in the order FileOrDirName,Flags. .PP \fIshow\fR \fB[In]\fR How the window should be shown. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR \fBE_FAIL\fR. .SH IMPLEMENTATION .PP Declared in \fB"advpub.h"\fR. .PP Implemented in \fB"dlls/advpack/files.c"\fR. .PP Debug channel \fB"advpack"\fR.