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® for the local Computer.

IMPLEMENTATION

Declared in "winspool.h". https://source.winehq.org/source/include/winspool.h

Implemented in "dlls/winspool.drv/info.c". https://source.winehq.org/source/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 Mar 2024.