Wim,
you wrote on Wednesday, May 01, 2002, 09:40:20:
WV> We need to support Windows 2000 and XP.
ZwQueryDirectoryFile() with information class
FileIdBothDirectoryInformation is what you want. I haven’t tried this on
W2K, but at least FileIdBothDirectoryInformation enumerated type is in
ntddk.h for W2K, so it should work.
> Which version of Windows? In Windows XP there is a query directory format
> that allows you to retrieve this information as part of the directory
> listing.