NAME

AddPortW  (WINSPOOL.@)

SYNOPSIS

 BOOL AddPortW
 (
  LPWSTR pName,
  HWND   hWnd,
  LPWSTR pMonitorName
 )

DESCRIPTION

Add a Port for a specific Monitor.

PARAMS

pName [In] Servername or NULL (local Computer).
hWnd [In] Handle to parent Window for the Dialog-Box.
pMonitorName [In] Name of the Monitor that manage the Port.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

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.