StartDocPrinter function winspool

int StartDocPrinter(
  1. int hPrinter,
  2. int Level,
  3. Pointer<DOC_INFO_1> pDocInfo
)

The StartDocPrinter function notifies the print spooler that a document is to be spooled for printing.

DWORD StartDocPrinterW(
  _In_ HANDLE hPrinter,
  _In_ DWORD  Level,
  _In_ LPBYTE pDocInfo
);

Implementation

int StartDocPrinter(int hPrinter, int Level, Pointer<DOC_INFO_1> pDocInfo) =>
    _StartDocPrinter(hPrinter, Level, pDocInfo);