2OO1, 26 January
NtSetInformationFile
NtSetInformationFile
NTSYSAPI 
NTSTATUS
NTAPI
NtSetInformationFile(
  IN HANDLE               FileHandle,
  OUT PIO_STATUS_BLOCK    IoStatusBlock,
  IN PVOID                FileInformation,
  IN ULONG                Length,
  IN FILE_INFORMATION_CLASS FileInformationClass );
(Description of this function is also avaiable 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
 
 
 
 
Requirements:
- Library: ntdll.lib
 
 
 
See also:
- FILE_INFORMATION_CLASS
 
- 
NtOpenFile
 
- 
NtQueryInformationFile
 
- 
NtSetVolumeInformationFile