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 포함)