InitFreeDeviceCreateType4 规则 (kmdf)
InitFreeDeviceCreateType4 规则指定,如果驱动程序在调用 WdfDeviceCreate 时遇到错误,并且驱动程序从调用 WdfControlDeviceInitAllocate 收到了 WDFDEVICE_INIT 结构,则必须调用 WdfDeviceInitFree。
驱动程序模型:KMDF
如何测试
编译时 |
---|
运行 静态驱动程序验证程序 并指定 InitFreeDeviceCreateType4 规则。 使用以下步骤运行代码分析:有关详细信息,请参阅 使用静态驱动程序验证程序查找驱动程序中的缺陷。 |
适用于
WdfControlDeviceInitAllocateWdfDeviceCreateWdfDeviceInitFree
另请参阅
InitFreeDeviceCallbackInitFreeDeviceCreateInitFreeDeviceCreateType2PdoInitFreeDeviceCreateType2PdoInitFreeDeviceCallbackPdoInitFreeDeviceCreatePdoInitFreeDeviceCreateType4InitFreeNull