Prev: ZwQueryInformationFile(..FileAlignmentInformation..) always returns FILE_WORD_ALIGNMENT
Next: Memory Mapped IO Read Write
From: Carl Woodward on 3 Oct 2006 07:09 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 |