mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 13:49:30 +02:00
* some update to filechange attributes by Pascal Riekenberg, mantis #32833
git-svn-id: trunk@37774 -
This commit is contained in:
parent
615b50fadf
commit
f9364648c1
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user