DriverUnload (PDRIVER_ UNLOAD) points to a cleanup function in your driver.
设备卸载(PDRIVER_NLOAD)的是在你的驱动中的一个清理函数。
The DriverUnload function of a non-WDM driver would use this field to traverse the list of device objects in order to delete them.
一个非wdm驱动的“驱动卸载”函数将使用这个区域来穿过这个设备对象列表以便删除它们。
The DriverUnload function of a non-WDM driver would use this field to traverse the list of device objects in order to delete them.
一个非wdm驱动的“驱动卸载”函数将使用这个区域来穿过这个设备对象列表以便删除它们。
应用推荐