* include/winnt.h (FILE_READ_ONLY_VOLUME): Define.

* include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
This commit is contained in:
Corinna Vinschen
2007-07-17 14:30:38 +00:00
parent 6d7b197b57
commit a58a8938cc
3 changed files with 7 additions and 0 deletions

View File

@ -135,6 +135,7 @@ extern PACL SeSystemDefaultDacl;
#define FILE_SUPPORTS_OBJECT_IDS 0x00010000
#define FILE_SUPPORTS_ENCRYPTION 0x00020000
#define FILE_NAMED_STREAMS 0x00040000
#define FILE_READ_ONLY_VOLUME 0x00080000
#define FILE_PIPE_BYTE_STREAM_TYPE 0x00000000
#define FILE_PIPE_MESSAGE_TYPE 0x00000001