winbase.h: Define FILE_FLAG_OPEN_REPARSE_POINT.

oldstable
Kevin Koltzau 2007-05-04 21:44:46 -04:00 committed by Alexandre Julliard
parent c7e7f36e77
commit 1cb98aa25d
1 changed files with 1 additions and 0 deletions

View File

@ -664,6 +664,7 @@ typedef struct _TIME_ZONE_INFORMATION{
#define FILE_FLAG_DELETE_ON_CLOSE 0x04000000L
#define FILE_FLAG_BACKUP_SEMANTICS 0x02000000L
#define FILE_FLAG_POSIX_SEMANTICS 0x01000000L
#define FILE_FLAG_OPEN_REPARSE_POINT 0x00200000L
#define CREATE_NEW 1
#define CREATE_ALWAYS 2
#define OPEN_EXISTING 3