Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 834 Bytes

ntsetinformationfile.md

File metadata and controls

36 lines (20 loc) · 834 Bytes

This function is documented in Windows Driver Kit here and here.


(Description of this function is also available in Win2000 DDK)

FileHandle

HANDLE to File Object.

IoStatusBlock

IO result of call.

FileInformation

User's allocated buffer contains data to set to.

Length

Length of FileInformation buffer, in bytes.

FileInformationClass

See FILE_INFORMATION_CLASS for possible information classes and required contents of FileInformation buffer.

Documented by

  • Tomasz Nowak

See also

  • FILE_INFORMATION_CLASS
  • NtOpenFile
  • NtQueryInformationFile
  • NtSetVolumeInformationFile