ioUnregisterShutdownNotification 函数 (wdm.h)
IoUnregisterShutdownNotification 例程从关闭通知队列中删除已注册的驱动程序。
语法
void IoUnregisterShutdownNotification(
[in] PDEVICE_OBJECT DeviceObject
);
参数
[in] DeviceObject
指向驱动程序的设备对象的指针。
返回值
无
备注
仅当驱动程序以前使用给定 DeviceObject 调用 IoRegisterShutdownNotification 或 IoRegisterLastChanceShutdownNotification 时,驱动程序才能调用 IoUnregisterShutdownNotification。 此例程通常从驱动程序的 Unload 例程调用。
调用 IoUnregisterShutdownNotification 将取消已为给定 DeviceObject 注册的所有关闭通知。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 从 Windows 2000 开始可用。 |
目标平台 | 通用 |
标头 | wdm.h(包括 Wdm.h、Ntddk.h、Ntifs.h) |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | PASSIVE_LEVEL |
DDI 符合性规则 | HwStorPortProhibitedDDI (storport) 、 IrqlIoPassive5 (wdm) 、 PowerIrpDDis (wdm) |