IoQueryVolumeInformation-Funktion (ntifs.h)

Die IoQueryVolumeInformation-Routine ist für die Systemverwendung reserviert. Siehe ZwQueryVolumeInformationFile.

Syntax

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

Parameter

FileObject

Reserviert.

FsInformationClass

Reserviert.

Length

Reserviert.

FsInformation

Reserviert.

ReturnedLength

Reserviert.

Rückgabewert

Reserviert.

Anforderungen

Anforderung Wert
Zielplattform Windows
Kopfzeile ntifs.h (include Ntifs.h)