次の方法で共有


IoQueryVolumeInformation 関数 (ntifs.h)

IoQueryVolumeInformation ルーチンは、システム使用のために予約されています。 ZwQueryVolumeInformationFileを参照してください。

構文

NTSTATUS IoQueryVolumeInformation(
  PFILE_OBJECT         FileObject,
  FS_INFORMATION_CLASS FsInformationClass,
  ULONG                Length,
  PVOID                FsInformation,
  PULONG               ReturnedLength
);

パラメーター

FileObject

引っ込み思案。

FsInformationClass

引っ込み思案。

Length

引っ込み思案。

FsInformation

引っ込み思案。

ReturnedLength

引っ込み思案。

戻り値

引っ込み思案。

必要条件

要件 価値
ターゲット プラットフォーム の ウィンドウズ
ヘッダー ntifs.h (Ntifs.h を含む)