DXGKDDI_UNLOAD callback function (dispmprt.h)

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

Syntax

DXGKDDI_UNLOAD DxgkddiUnload;

void DxgkddiUnload()
{...}

Return value

None

Remarks

Typically, there will be nothing to do in DxgkDdiUnload.

DxgkDdiUnload should be made pageable.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Target Platform Desktop
Header dispmprt.h (include Dispmprt.h)
IRQL PASSIVE_LEVEL

See also

DriverEntry of Display Miniport Driver