【发布时间】:2009-07-21 09:34:57
【问题描述】:
我正在使用 ExAllocatePoolWithTag,构建器警告我 ExAllocatePool 已被弃用。难道这只是一个神器,因为前者使用了后者?如果不是,用什么代替?
【问题讨论】:
标签: windows device-driver
我正在使用 ExAllocatePoolWithTag,构建器警告我 ExAllocatePool 已被弃用。难道这只是一个神器,因为前者使用了后者?如果不是,用什么代替?
【问题讨论】:
标签: windows device-driver
ExAllocatePool 已弃用。
ExAllocatePoolWithTag 不是,应该使用。
【讨论】: