DeleteMonitorW(3w)
NAME
DeleteMonitorW (WINSPOOL.@)
SYNOPSIS
BOOL DeleteMonitorW ( LPWSTR pName, LPWSTR pEnvironment, LPWSTR pMonitorName )
DESCRIPTION
Delete a specific Printmonitor from a Printing-Environment.
PARAMS
pName [In] Servername or NULL (local Computer).
pEnvironment [In] Printing-Environment of the Monitor or NULL
(Default).
pMonitorName [In] Name of the Monitor, that should be deleted.
RETURNS
Success: TRUE
Failure: FALSE.
NOTES
pEnvironment is ignored in Windows(tm) for the local Computer.
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".