AddPortExW (WINSPOOL.@)
BOOL AddPortExW ( HANDLE hMonitor, LPWSTR pName, DWORD Level, LPBYTE lpBuffer, LPWSTR lpMonitorName )
Add a Port for a specific Monitor, without presenting a user interface.
hMonitor | [In] | Handle from InitializePrintMonitor2. |
pName | [In] | Servername or NULL (local Computer). |
Level | [In] | Structure-Level (1 or 2) for lpBuffer. |
lpBuffer | [In] | PTR to: PORT_INFO_1 or PORT_INFO_2. |
lpMonitorName | [In] | Name of the Monitor that manage the Port or NULL. |
Success: TRUE
Failure: FALSE.
only a Stub
Defined in "winspool.h".
Implemented in "dlls/winspool.drv/info.c". source.winehq.org/source/dlls/winspool.drv/info.c
Debug channel "winspool".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.