| 1 | /* header auto-generated by pidl */
|
|---|
| 2 |
|
|---|
| 3 | #include <stdint.h>
|
|---|
| 4 |
|
|---|
| 5 | #include "librpc/gen_ndr/misc.h"
|
|---|
| 6 | #define dom_sid2 dom_sid
|
|---|
| 7 | #define dom_sid28 dom_sid
|
|---|
| 8 | #define dom_sid0 dom_sid
|
|---|
| 9 | #ifndef _HEADER_security
|
|---|
| 10 | #define _HEADER_security
|
|---|
| 11 |
|
|---|
| 12 | #define SEC_MASK_GENERIC ( 0xF0000000 )
|
|---|
| 13 | #define SEC_MASK_FLAGS ( 0x0F000000 )
|
|---|
| 14 | #define SEC_MASK_STANDARD ( 0x00FF0000 )
|
|---|
| 15 | #define SEC_MASK_SPECIFIC ( 0x0000FFFF )
|
|---|
| 16 | #define SEC_GENERIC_ALL ( 0x10000000 )
|
|---|
| 17 | #define SEC_GENERIC_EXECUTE ( 0x20000000 )
|
|---|
| 18 | #define SEC_GENERIC_WRITE ( 0x40000000 )
|
|---|
| 19 | #define SEC_GENERIC_READ ( 0x80000000 )
|
|---|
| 20 | #define SEC_FLAG_SYSTEM_SECURITY ( 0x01000000 )
|
|---|
| 21 | #define SEC_FLAG_MAXIMUM_ALLOWED ( 0x02000000 )
|
|---|
| 22 | #define SEC_STD_DELETE ( 0x00010000 )
|
|---|
| 23 | #define SEC_STD_READ_CONTROL ( 0x00020000 )
|
|---|
| 24 | #define SEC_STD_WRITE_DAC ( 0x00040000 )
|
|---|
| 25 | #define SEC_STD_WRITE_OWNER ( 0x00080000 )
|
|---|
| 26 | #define SEC_STD_SYNCHRONIZE ( 0x00100000 )
|
|---|
| 27 | #define SEC_STD_REQUIRED ( 0x000F0000 )
|
|---|
| 28 | #define SEC_STD_ALL ( 0x001F0000 )
|
|---|
| 29 | #define SEC_FILE_READ_DATA ( 0x00000001 )
|
|---|
|
|---|