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
Defined in "winspool.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/winspool.drv/info.c".
- Debug channel "winspool".