Enumeration of events to watch for in SetDirectoryWatchEvent

>SetDirectoryWatchEvent Constants

SetDirectoryWatchEvent constants

These are constants used with the SetDirectoryWatchEvent method.

DEF ENUM enumeration name FILE_NOTIFY_ENUM

Enumeration ValueValueDescription
_FILE_NOTIFY_CHANGE_FILE_NAME0x001File name changed
_FILE_NOTIFY_CHANGE_DIR_NAME0x002Directory name changed
_FILE_NOTIFY_CHANGE_ATTRIBUTES0x004File attributes changed
_FILE_NOTIFY_CHANGE_SIZE0x008File size changed
_FILE_NOTIFY_CHANGE_LAST_WRITE0x010File write time changed
_FILE_NOTIFY_CHANGE_LAST_ACCESS0x020File access time changed
_FILE_NOTIFY_CHANGE_CREATION0x040File creation time changed
_FILE_NOTIFY_CHANGE_SECURITY0x100File security descriptor changed

Back to the list of Enumerations and Constants