I am using ExAllocatePoolWithTag and the builder warns me about ExAllocatePool being deprecated. Is this just an artifact, because the former uses the latter? If not, what is to be used instead?
+1
A:
ExAllocatePool is deprecated.
ExAllocatePoolWithTag is not and should be used instead.
Christopher
2009-07-21 10:14:22