共用方式為


IoQueryFileInformation 函式 (ntifs.h)

IoQueryFileInformation 例程會保留給系統使用。 請參閱 ZwQueryInformationFile

語法

NTSTATUS IoQueryFileInformation(
  PFILE_OBJECT           FileObject,
  FILE_INFORMATION_CLASS FileInformationClass,
  ULONG                  Length,
  PVOID                  FileInformation,
  PULONG                 ReturnedLength
);

參數

FileObject

保留。

FileInformationClass

保留。

Length

保留。

FileInformation

保留。

ReturnedLength

保留。

傳回值

保留。

要求

要求 價值
目標平臺 窗戶
標頭 ntifs.h (include Ntifs.h)