* 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

@ -1,3 +1,8 @@
2007-07-17 Corinna Vinschen <corinna@vinschen.de>
* include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
* include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
2007-07-12 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):

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

View File

@ -377,6 +377,7 @@ typedef DWORD FLONG;
#define FILE_SUPPORTS_OBJECT_IDS 0x00010000
#define FILE_SUPPORTS_ENCRYPTION 0x00020000
#define FILE_NAMED_STREAMS 0x00040000
#define FILE_READ_ONLY_VOLUME 0x00080000
#define IO_COMPLETION_QUERY_STATE 0x0001
#define IO_COMPLETION_MODIFY_STATE 0x0002