* some update to filechange attributes by Pascal Riekenberg, mantis

git-svn-id: trunk@37774 -
This commit is contained in:
marco 2017-12-21 14:22:36 +00:00
parent 615b50fadf
commit f9364648c1

View File

@ -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 }