NtSetVolumeInformationFile (NTDLL.@)
NTSTATUS NtSetVolumeInformationFile ( IN HANDLE FileHandle, PIO_STATUS_BLOCK IoStatusBlock, PVOID FsInformation, ULONG Length, FS_INFORMATION_CLASS FsInformationClass )
Set volume information for an open file handle.
FileHandle | [In] | Handle returned from ZwOpenFile or ZwCreateFile. |
IoStatusBlock | [Out] | Receives information about the operation on return. |
FsInformation | [In] | Source for volume information. |
Length | [In] | Size of FsInformation. |
FsInformationClass | [In] | Type of volume information to set. |
Success: 0. IoStatusBlock is updated.
Failure: An NTSTATUS error code describing the error.
Defined in "winternl.h".
Implemented in "dlls/ntdll/file.c". source.winehq.org/source/dlls/ntdll/file.c
Debug channel "ntdll".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.