man:AddPortW(3w)
Z funus.net
AddPortW(3w) Wine API AddPortW(3w)
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.
BUGS
only a Stub
IMPLEMENTATION
Defined in "winspool.h".
Implemented in "dlls/winspool.drv/info.c".
Debug channel "winspool".
Wine API Mar 2007 AddPortW(3w)
|