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 | Windows Vista |
Target Platform | Desktop |
Header | dispmprt.h (include Dispmprt.h) |
IRQL | PASSIVE_LEVEL |