PrinterProperties function winspool
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;