AddPortExW.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

AddPortExW (WINSPOOL.@)

SYNOPSIS

BOOL AddPortExW
 (
  LPWSTR pName,
  DWORD  level,
  LPBYTE pBuffer,
  LPWSTR pMonitorName
 )

DESCRIPTION

Add a Port for a specific Monitor, without presenting a user interface.

PARAMS

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

level [In] Structure-Level (1 or 2) for pBuffer.

pBuffer [In] PTR to: PORT_INFO_1 or PORT_INFO_2.

pMonitorName [In] Name of the Monitor that manage the Port.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "winspool.h".

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

Debug channel "winspool".