Преглед на файлове

FileAllInformation: Minor improvement

Tal Aloni преди 8 години
родител
ревизия
7f83c70a45
променени са 1 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. 9 0
      SMBLibrary/NTFileStore/Structures/FileInformation/Query/FileAllInformation.cs

+ 9 - 0
SMBLibrary/NTFileStore/Structures/FileInformation/Query/FileAllInformation.cs

@@ -27,6 +27,15 @@ namespace SMBLibrary
 
         public FileAllInformation()
         {
+            BasicInformation = new FileBasicInformation();
+            StandardInformation = new FileStandardInformation();
+            InternalInformation = new FileInternalInformation();
+            EaInformation = new FileEaInformation();
+            AccessInformation = new FileAccessInformation();
+            PositionInformation = new FilePositionInformation();
+            ModeInformation = new FileModeInformation();
+            AlignmentInformation = new FileAlignmentInformation();
+            NameInformation = new FileNameInformation();
         }
 
         public FileAllInformation(byte[] buffer, int offset)