EnumMonitorsW(3w)
NAME
EnumMonitorsW (WINSPOOL.@)
SYNOPSIS
BOOL EnumMonitorsW ( LPWSTR pName, DWORD Level, LPBYTE pMonitors, DWORD cbBuf, LPDWORD pcbNeeded, LPDWORD pcReturned )
DESCRIPTION
Enumerate available Port-Monitors.
PARAMS
pName [In] Servername or NULL (local Computer).
Level [In] Structure-Level (1:Win9x+NT or 2:NT only).
pMonitors [Out] PTR to Buffer that receives the Result.
cbBuf [In] Size of Buffer at pMonitors.
pcbNeeded [Out] PTR to DWORD that receives the size in Bytes used /
required for pMonitors.
pcReturned [Out] PTR to DWORD that receives the number of Monitors in
pMonitors.
RETURNS
Success: TRUE
Failure: FALSE and in pcbNeeded the Bytes required for buffer, if cbBuf
is too small
IMPLEMENTATION
Defined in "winspool.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/winspool.drv/info.c".
- Debug channel "winspool".