KsNullDriverUnload function (ks.h)

The KsNullDriverUnload function is a default function a driver can use when it has no other tasks to do in its unload function, but must still allow the device to be unloaded by its presence.

Syntax

KSDDKAPI VOID KsNullDriverUnload(
  [in] PDRIVER_OBJECT DriverObject
);

Parameters

[in] DriverObject

Specifies the driver object for this device.

Return value

None

Requirements

Requirement Value
Target Platform Universal
Header ks.h (include Ks.h)
Library Ks.lib