Undocumented functions of NTDLL

2OO1, 2O January


FILE_FS_LABEL_INFORMATION
FILE_FS_LABEL_INFORMATION

typedef struct _FILE_FS_LABEL_INFORMATION {

ULONG VolumeLabelLength; WCHAR VolumeLabel[1]; } FILE_FS_LABEL_INFORMATION, *PFILE_FS_LABEL_INFORMATION;



Structure is an input buffer for NtSetVolumeInformationFile call with information class FileFsLabelInformation.



Requirements:
Library: ntdll.lib


See also:
FS_INFORMATION_CLASS
NtSetVolumeInformationFile