PrinterProperties function winspool

bool PrinterProperties(
  1. HWND hWnd,
  2. PRINTER_HANDLE hPrinter
)

Displays a printer-properties property sheet for the specified printer.

To learn more, see learn.microsoft.com/windows/win32/printdocs/printerproperties.

Implementation

@pragma('vm:prefer-inline')
bool PrinterProperties(HWND hWnd, PRINTER_HANDLE hPrinter) =>
    _PrinterProperties(hWnd, hPrinter) != FALSE;