mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
594 B
38 lines
594 B
VOID
|
|
TestQInfoFile(
|
|
ULONG ArgC,
|
|
PSZ ArgV[]
|
|
);
|
|
|
|
VOID
|
|
TestQInfoVolume(
|
|
ULONG ArgC,
|
|
PSZ ArgV[]
|
|
);
|
|
|
|
VOID
|
|
DumpNamesInformation(
|
|
PFILE_NAMES_INFORMATION Ptr,
|
|
ULONG BufferSize
|
|
);
|
|
VOID
|
|
DumpDirectoryInformation(
|
|
PFILE_DIRECTORY_INFORMATION Ptr,
|
|
ULONG BufferSize
|
|
);
|
|
VOID
|
|
DumpFullDirectoryInformation(
|
|
PFILE_DIRECTORY_INFORMATION Ptr,
|
|
ULONG BufferSize
|
|
);
|
|
|
|
VOID
|
|
DumpDeviceInformation(
|
|
PFILE_FS_DEVICE_INFORMATION Ptr,
|
|
ULONG BufferSize
|
|
);
|
|
VOID
|
|
DumpAttributeInformation(
|
|
PFILE_FS_DEVICE_INFORMATION Ptr,
|
|
ULONG BufferSize
|
|
);
|