DrvSplEndDoc - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winddiui.h

VOID DrvSplEndDoc(
  HANDLE hDriver
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-winddiui-drvsplenddoc)

DrvSplEndDoc function

Description

The DrvSplEndDoc function is obsolete, and is supported only so that user-mode rendering DLLs, optionally supplied with Windows NT 4.0 drivers, will execute under Windows 2000 and later.

Use DrvDocumentEvent instead of this function.

The DrvSplEndDoc function enables a user-mode rendering DLL to perform operations associated with the end of a print job.

Parameters

hDriver

The handle of the driver object.

Remarks

To supply user-mode image-rendering code for printers, see Choosing User Mode or Kernel Mode.