Forráskód Böngészése

* some update to filechange attributes by Pascal Riekenberg, mantis #32833

git-svn-id: trunk@37774 -
marco 7 éve
szülő
commit
f9364648c1
1 módosított fájl, 8 hozzáadás és 0 törlés
  1. 8 0
      rtl/win/wininc/defines.inc

+ 8 - 0
rtl/win/wininc/defines.inc

@@ -1321,7 +1321,15 @@
      FILE_NOTIFY_CHANGE_ATTRIBUTES = 4;
      FILE_NOTIFY_CHANGE_SIZE = 8;
      FILE_NOTIFY_CHANGE_LAST_WRITE = 16;
+     FILE_NOTIFY_CHANGE_LAST_ACCESS = 32;
+     FILE_NOTIFY_CHANGE_CREATION = 64;
      FILE_NOTIFY_CHANGE_SECURITY = 256;
+  { FileNotifyInformation }
+     FILE_ACTION_ADDED = 1;
+     FILE_ACTION_REMOVED = 2;
+     FILE_ACTION_MODIFIED = 3;
+     FILE_ACTION_RENAMED_OLD_NAME = 4;
+     FILE_ACTION_RENAMED_NEW_NAME = 5;
   { FindFirstPrinterChangeNotification  }
   { FindNextPrinterNotification  }
   { FMExtensionProc  }