.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DeletePortW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDeletePortW\fR (WINSPOOL.@) .SH SYNOPSIS BOOL DeletePortW ( LPWSTR \fIpName\fR, HWND \fIhWnd\fR, LPWSTR \fIpPortName\fR ) .SH DESCRIPTION .PP Delete a specific Port. .SH PARAMS \fIpName\fR \fB[In]\fR Servername or \fBNULL\fR (local Computer). .PP \fIhWnd\fR \fB[In]\fR Handle to parent Window for the Dialog-Box. .PP \fIpPortName\fR \fB[In]\fR Name of the Port, that should be deleted. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Declared in \fB"winspool.h"\fR. .PP Implemented in \fB"dlls/winspool.drv/info.c"\fR. .PP Debug channel \fB"winspool"\fR.