RE: IRP_MJ_DIRECTORY_CONTROL structure definition require-d

FILE_DIRECTORY_INFORMATION,
FILE_FULL_DIR_INFORMATION,
FILE_BOTH_DIR_INFORMATION,
FILE_NAMES_INFORMATION

based on the IrpSp->Parameters.QueryDirectory.FileInformationClass,
which can be on of the following:

FileDirectoryInformation,
FileFullDirectoryInformation,
FileBothDirectoryInformation,
FileNamesInformation

Paul

-----P?vodn? zpr?va-----
Od: Sreenivas _cv [SMTP:xxxxx@Satyam.com]
Odesl?no: 31. kv?tna 2000 14:40
Komu: File Systems Developers
P?edm?t: [ntfsd] IRP_MJ_DIRECTORY_CONTROL structure definition
required

HI All

Can anyone help me in finding the structure members in
Parameters.QueryDirectory structure . This structure is used in
IRP_MJ_DIRECTORY_CONTROL and minor function is IRP_MN_QUERY_DIRECTORY.

Thanks In advance
Sreeni