From: Carl Woodward on
Dear all,

I am using IoQueryFileDosDeviceName but the documentation does not
explicitly say whether I should use ExFreePool to release the
ObjectNameInformation buffer returned.

Looking at the buffer with !pool and stepping through
IoQueryFileDosDeviceName it seems the buffer is infact a paged pool buffer
and should be freed by the caller.

Is this an omission in the IFS Kit docs?

Carly