Enumerate NTFS streams

How can a kernel filter driver enumerate the streams in an NTFS file given a
FILE_OBJECT?

Ken

You can use NtQueryInformationFile with the information type of
FileStreamInformation (see ntifs.h in the w2k ifs kit).

-----Original Message-----
From: Ken Galipeau [mailto:xxxxx@legato.com]
Sent: Wednesday, November 01, 2000 11:44 AM
To: File Systems Developers
Subject: [ntfsd] Enumerate NTFS streams

How can a kernel filter driver enumerate the streams in an NTFS file given a
FILE_OBJECT?

Ken