Scroll to navigation

AddPortExW(3w) Wine API AddPortExW(3w)

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

Declared in "winspool.h".
Implemented in "dlls/winspool.drv/info.c".
Debug channel "winspool".
Oct 2012 Wine API