* include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.

This commit is contained in:
Conrad Scott
2002-06-25 21:16:46 +00:00
parent 8e8a913ff1
commit b4b15309b7
2 changed files with 7 additions and 0 deletions

View File

@ -185,6 +185,9 @@ extern "C" {
#define FILE_FLAG_POSIX_SEMANTICS 16777216
#define FILE_FLAG_OPEN_REPARSE_POINT 2097152
#define FILE_FLAG_OPEN_NO_RECALL 1048576
#if (_WIN32_WINNT >= 0x0500) /* Needs win2k sp2 or XP or later */
#define FILE_FLAG_FIRST_PIPE_INSTANCE 524288
#endif
#define CLRDTR 6
#define CLRRTS 4
#define SETDTR 5