KsNullDriverUnload - NtDoc

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

KSDDKAPI VOID KsNullDriverUnload(
  [in] PDRIVER_OBJECT DriverObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ks-ksnulldriverunload)

KsNullDriverUnload function

Description

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.

Parameters

DriverObject [in]

Specifies the driver object for this device.

Return value

None