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". https://source.winehq.org/source/include/winspool.h

Implemented in "dlls/winspool.drv/info.c". https://source.winehq.org/source/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 Apr 2024.