Ignore:
Timestamp:
Apr 26, 2001, 3:27:59 PM (25 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winnt.h

    r4834 r5590  
    16451645#define FILE_ATTRIBUTE_COMPRESSED       0x00000800L
    16461646#define FILE_ATTRIBUTE_OFFLINE          0x00001000L
     1647#define FILE_NOTIFY_CHANGE_FILE_NAME    0x00000001L
     1648#define FILE_NOTIFY_CHANGE_DIR_NAME     0x00000002L   
     1649#define FILE_NOTIFY_CHANGE_ATTRIBUTES   0x00000004L   
     1650#define FILE_NOTIFY_CHANGE_SIZE         0x00000008L   
     1651#define FILE_NOTIFY_CHANGE_LAST_WRITE   0x00000010L   
     1652#define FILE_NOTIFY_CHANGE_LAST_ACCESS  0x00000020L   
     1653#define FILE_NOTIFY_CHANGE_CREATION     0x00000040L   
     1654#define FILE_NOTIFY_CHANGE_SECURITY     0x00000100L   
     1655#define FILE_ACTION_ADDED               0x00000001L   
     1656#define FILE_ACTION_REMOVED             0x00000002L   
     1657#define FILE_ACTION_MODIFIED            0x00000003L   
     1658#define FILE_ACTION_RENAMED_OLD_NAME    0x00000004L   
     1659#define FILE_ACTION_RENAMED_NEW_NAME    0x00000005L   
     1660#define MAILSLOT_NO_MESSAGE             ((DWORD)-1)
     1661#define MAILSLOT_WAIT_FOREVER           ((DWORD)-1)
    16471662
    16481663/* File alignments (NT) */
Note: See TracChangeset for help on using the changeset viewer.