PrinterProperties function winspool

int PrinterProperties(
  1. int hWnd,
  2. int hPrinter
)

The PrinterProperties function displays a printer-properties property sheet for the specified printer.

BOOL PrinterProperties(
  _In_ HWND   hWnd,
  _In_ HANDLE hPrinter
);

Implementation

int PrinterProperties(int hWnd, int hPrinter) =>
    _PrinterProperties(hWnd, hPrinter);