DeletePortW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

DeletePortW (WINSPOOL.@)

SYNOPSIS

BOOL DeletePortW
 (
  LPWSTR pName,
  HWND   hWnd,
  LPWSTR pPortName
 )

DESCRIPTION

Delete a specific Port.

PARAMS

pName [In] Servername or NULL (local Computer).

hWnd [In] Handle to parent Window for the Dialog-Box.

pPortName [In] Name of the Port, that should be deleted.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "winspool.h".

Implemented in "dlls/winspool.drv/info.c".

Debug channel "winspool".