mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-08 21:12:15 -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)
|
switch (FsInformationClass)
|
||||||
{
|
{
|
||||||
SYM(FileFsVolumeInformation)
|
SYM(FileFsVolumeInformation)
|
||||||
SYM(FileFsLabelInformation)
|
SYM(FileFsLabelInformation)
|
||||||
SYM(FileFsSizeInformation)
|
SYM(FileFsSizeInformation)
|
||||||
SYM(FileFsDeviceInformation)
|
SYM(FileFsDeviceInformation)
|
||||||
SYM(FileFsAttributeInformation)
|
SYM(FileFsAttributeInformation)
|
||||||
SYM(FileFsControlInformation)
|
SYM(FileFsControlInformation)
|
||||||
SYM(FileFsFullSizeInformation)
|
SYM(FileFsFullSizeInformation)
|
||||||
SYM(FileFsObjectIdInformation)
|
SYM(FileFsObjectIdInformation)
|
||||||
SYM(FileFsDriverPathInformation)
|
SYM(FileFsDriverPathInformation)
|
||||||
SYM(FileFsVolumeFlagsInformation)
|
SYM(FileFsVolumeFlagsInformation)
|
||||||
SYM(FileFsSectorSizeInformation)
|
SYM(FileFsSectorSizeInformation)
|
||||||
SYM(FileFsDataCopyInformation)
|
SYM(FileFsDataCopyInformation)
|
||||||
SYM(FileFsMetadataSizeInformation)
|
SYM(FileFsMetadataSizeInformation)
|
||||||
default:
|
default:
|
||||||
return "FS_INFORMATION_CLASS:Unknown";
|
return "FS_INFORMATION_CLASS:Unknown";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user