AddPortExW (WINSPOOL.@)
BOOL AddPortExW ( LPWSTR pName, DWORD level, LPBYTE pBuffer, LPWSTR pMonitorName )
Add a Port for a specific Monitor, without presenting a user interface.
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. |
Success: TRUE
Failure: FALSE
Declared in "include/winspool.h". gitlab.winehq.org/wine/wine/blob/master/include/winspool.h
Implemented in "dlls/winspool.drv/info.c". gitlab.winehq.org/wine/wine/blob/master/dlls/winspool.drv/info.c
Debug channel "winspool".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.