// dispmprt.h
DXGKDDI_UNLOAD DxgkddiUnload;
VOID DxgkddiUnload()
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The DxgkDdiUnload function frees any resources allocated during execution of the display miniport driver's DriverEntry function.
Typically, there will be nothing to do in DxgkDdiUnload.
DxgkDdiUnload should be made pageable.
DriverEntry of Display Miniport Driver