SetDefaultPrinterW(3w)
NAME
SetDefaultPrinterW (WINSPOOL.204)
SYNOPSIS
BOOL SetDefaultPrinterW
(
LPCWSTR pszPrinter
)
DESCRIPTION
Set the Name of the Default Printer.
PARAMS
pszPrinter [In] Name of the Printer or NULL.
RETURNS
Success: TRUE
Failure: FALSE.
NOTES
When the Parameter is NULL or points to an Empty String and a Default
Printer was already present, then this Function changes nothing. Without a Default Printer and NULL (or an Empty String) as Parameter, the
First enumerated local Printer is used.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
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".