Undocumented functions of NTDLL

2OO1, 2O January


NtSetVolumeInformationFile
NtSetVolumeInformationFile

NTSYSAPI 
NTSTATUS
NTAPI

NtSetVolumeInformationFile(
IN HANDLE FileHandle, OUT PIO_STATUS_BLOCK IoStatusBlock, IN PVOID FileSystemInformation, IN ULONG Length, IN FS_INFORMATION_CLASS FileSystemInformationClass );





NtSetVolumeInformationFile sets information to volume (device) containing file specified in FileHandle parameter.


Documented by:
Tomasz Nowak
Bo Branten



Requirements:
Library: ntdll.lib


See also:
FS_INFORMATION_CLASS
NtQueryVolumeInformationFile