Scroll to navigation

PrinterProperties(3w) Wine API PrinterProperties(3w)

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".
Implemented in "dlls/winspool.drv/info.c".
Debug channel "winspool".
Oct 2012 Wine API