mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 18:02:05 +00:00
Move some access rights so they are usable form kernel-mode.
svn path=/trunk/; revision=10107
This commit is contained in:
parent
3e7bd9bd79
commit
4cc77e37cc
2 changed files with 2 additions and 2 deletions
|
@ -534,8 +534,6 @@ extern "C" {
|
|||
#define PIPE_ACCESS_DUPLEX (3)
|
||||
#define PIPE_ACCESS_INBOUND (1)
|
||||
#define PIPE_ACCESS_OUTBOUND (2)
|
||||
#define WRITE_DAC (0x40000L)
|
||||
#define WRITE_OWNER (0x80000L)
|
||||
#define ACCESS_SYSTEM_SECURITY (0x1000000L)
|
||||
#define PIPE_TYPE_BYTE (0)
|
||||
#define PIPE_TYPE_MESSAGE (4)
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
#define DELETE (0x00010000L)
|
||||
#define READ_CONTROL (0x00020000L)
|
||||
#define WRITE_DAC (0x00040000L)
|
||||
#define WRITE_OWNER (0x00080000L)
|
||||
#define SYNCHRONIZE (0x00100000L)
|
||||
|
||||
#define DUPLICATE_CLOSE_SOURCE (1)
|
||||
|
|
Loading…
Reference in a new issue