man:AddMonitorW(3w)

Z funus.net
AddMonitorW(3w)                    Wine API                    AddMonitorW(3w)



NAME
       AddMonitorW (WINSPOOL.@)

SYNOPSIS
       BOOL AddMonitorW
        (
         LPWSTR pName,
         DWORD  Level,
         LPBYTE pMonitors
        )


DESCRIPTION
       Install a Printmonitor.


PARAMS
       pName [In]  Servername or NULL (local Computer).

       Level [In]  Structure-Level (Must be 2).

       pMonitors [In]  PTR to MONITOR_INFO_2.



RETURNS
       Success: TRUE

       Failure: FALSE.


NOTES
       All Files for the Monitor must already be copied to %winsysdir% ("%Sys-
       temRoot%tem32")


IMPLEMENTATION
       Defined in "winspool.h".

       Implemented in "dlls/winspool.drv/info.c".

       Debug channel "winspool".



Wine API                           Mar 2007                    AddMonitorW(3w)