DrvSplClose function (winddiui.h)

The DrvSplClose 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 DrvSplClose function enables a user-mode rendering DLL to deallocate resources.

Syntax

void DrvSplClose(
  HANDLE hDriver
);

Parameters

hDriver

The handle of the driver object.

Return value

None

Remarks

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

Requirements

Requirement Value
Target Platform Windows
Header winddiui.h