diff options
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 300fd9872a..1e5d312997 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1076,6 +1076,9 @@ struct bitmap { #define FILE_WRITE_ATTRIBUTES 0x100 #define FILE_ALL_ATTRIBUTES 0x1FF + +/* the desired access to use when opening a pipe */ +#define DESIRED_ACCESS_PIPE 0x2019f /* Generic access masks & rights. */ #define SPECIFIC_RIGHTS_MASK 0x00FFFFL |