Corrected X_FILE_INFORMATION_CLASS definition.

This commit is contained in:
gibbed 2014-01-20 06:01:36 -08:00
parent f5eefb138c
commit e5e6a2cea6
1 changed files with 6 additions and 25 deletions

View File

@ -142,6 +142,7 @@ typedef enum _X_FILE_ATTRIBUTES {
} X_FILE_ATTRIBUTES; } X_FILE_ATTRIBUTES;
// http://code.google.com/p/vdash/source/browse/trunk/vdash/include/kernel.h
typedef enum _X_FILE_INFORMATION_CLASS { typedef enum _X_FILE_INFORMATION_CLASS {
XFileDirectoryInformation = 1, XFileDirectoryInformation = 1,
XFileFullDirectoryInformation, XFileFullDirectoryInformation,
@ -165,40 +166,20 @@ typedef enum _X_FILE_INFORMATION_CLASS {
XFileEndOfFileInformation, XFileEndOfFileInformation,
XFileAlternateNameInformation, XFileAlternateNameInformation,
XFileStreamInformation, XFileStreamInformation,
XFilePipeInformation, XFileMountPartitionInformation,
XFilePipeLocalInformation, XFileMountPartitionsInformation,
XFilePipeRemoteInformation, XFilePipeRemoteInformation,
XFileMailslotQueryInformation, XFileSectorInformation,
XFileMailslotSetInformation, XFileXctdCompressionInformation,
XFileCompressionInformation, XFileCompressionInformation,
XFileObjectIdInformation, XFileObjectIdInformation,
XFileCompletionInformation, XFileCompletionInformation,
XFileMoveClusterInformation, XFileMoveClusterInformation,
XFileQuotaInformation, XFileIoPriorityInformation,
XFileReparsePointInformation, XFileReparsePointInformation,
XFileNetworkOpenInformation, XFileNetworkOpenInformation,
XFileAttributeTagInformation, XFileAttributeTagInformation,
XFileTrackingInformation, XFileTrackingInformation,
XFileIdBothDirectoryInformation,
XFileIdFullDirectoryInformation,
XFileValidDataLengthInformation,
XFileShortNameInformation,
XFileIoCompletionNotificationInformation,
XFileIoStatusBlockRangeInformation,
XFileIoPriorityHintInformation,
XFileSfioReserveInformation,
XFileSfioVolumeInformation,
XFileHardLinkInformation,
XFileProcessIdsUsingFileInformation,
XFileNormalizedNameInformation,
XFileNetworkPhysicalNameInformation,
XFileIdGlobalTxDirectoryInformation,
XFileIsRemoteDeviceInformation,
XFileAttributeCacheInformation,
XFileNumaNodeInformation,
XFileStandardLinkInformation,
XFileRemoteProtocolInformation,
XFileReplaceCompletionInformation,
XFileMaximumInformation XFileMaximumInformation
} X_FILE_INFORMATION_CLASS; } X_FILE_INFORMATION_CLASS;