mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-08 13:02:10 -05:00
sys: FsInformationClassSym()
This commit is contained in:
parent
225f2ff59e
commit
99f876380a
@ -244,19 +244,19 @@ const char *FsInformationClassSym(FS_INFORMATION_CLASS FsInformationClass)
|
||||
{
|
||||
switch (FsInformationClass)
|
||||
{
|
||||
SYM(FileFsVolumeInformation)
|
||||
SYM(FileFsLabelInformation)
|
||||
SYM(FileFsSizeInformation)
|
||||
SYM(FileFsDeviceInformation)
|
||||
SYM(FileFsAttributeInformation)
|
||||
SYM(FileFsControlInformation)
|
||||
SYM(FileFsFullSizeInformation)
|
||||
SYM(FileFsObjectIdInformation)
|
||||
SYM(FileFsDriverPathInformation)
|
||||
SYM(FileFsVolumeFlagsInformation)
|
||||
SYM(FileFsSectorSizeInformation)
|
||||
SYM(FileFsDataCopyInformation)
|
||||
SYM(FileFsMetadataSizeInformation)
|
||||
SYM(FileFsVolumeInformation)
|
||||
SYM(FileFsLabelInformation)
|
||||
SYM(FileFsSizeInformation)
|
||||
SYM(FileFsDeviceInformation)
|
||||
SYM(FileFsAttributeInformation)
|
||||
SYM(FileFsControlInformation)
|
||||
SYM(FileFsFullSizeInformation)
|
||||
SYM(FileFsObjectIdInformation)
|
||||
SYM(FileFsDriverPathInformation)
|
||||
SYM(FileFsVolumeFlagsInformation)
|
||||
SYM(FileFsSectorSizeInformation)
|
||||
SYM(FileFsDataCopyInformation)
|
||||
SYM(FileFsMetadataSizeInformation)
|
||||
default:
|
||||
return "FS_INFORMATION_CLASS:Unknown";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user