DXGKDDI_UNLOAD - NtDoc

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

DXGKDDI_UNLOAD DxgkddiUnload;

VOID DxgkddiUnload()
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-dispmprt-dxgkddi_unload)

DXGKDDI_UNLOAD callback function

Description

The DxgkDdiUnload function frees any resources allocated during execution of the display miniport driver's DriverEntry function.

Remarks

Typically, there will be nothing to do in DxgkDdiUnload.

DxgkDdiUnload should be made pageable.

See also

DriverEntry of Display Miniport Driver