// winddiui.h
VOID DrvSplAbort(
HANDLE hDriver
);
View the official Windows Driver Kit DDI referenceNo description available.
The DrvSplAbort 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 DrvSplAbort function enables a user-mode rendering DLL to respond to a request to cancel a print job.
hDriverThe handle of the driver object.
To supply user-mode image-rendering code for printers, see Choosing User Mode or Kernel Mode.