15.1.1 Releasing Driver-Allocated Resources
The Unload routine is defined by the I/O Manager as follows:
VOID (*PDRIVER_UNLOAD) ( IN PDRIVER_OBJECT DriverObject );
This chapter summarizes the required functionality of an NT driver’s standard Unload routine.
For specific information about any of the support routines mentioned in this chapter, see the Kernel-Mode Driver Reference.