NAME

PrinterProperties  (WINSPOOL.@)

SYNOPSIS

 BOOL PrinterProperties
 (
  HWND   hWnd,
  HANDLE hPrinter
 )

PARAMS

hWnd [In] handle to parent window.
[In] handle to printer object.

DESCRIPTION

Displays a dialog to set the properties of the printer.

RETURNS

nonzero on success or zero on failure.

BUGS

implemented as stub only

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.