Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |