次の方法で共有


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

予約済み。

戻り値

予約済み。

必要条件

要件
対象プラットフォーム Windows
ヘッダー ntifs.h (Ntifs.h を含む)