ReactOS
0.4.16-dev-122-g325d74c
share.h
Go to the documentation of this file.
1
6
#ifndef _INC_SHARE
7
#define _INC_SHARE
8
9
#ifndef _WIN32
10
#error Only Win32 target is supported!
11
#endif
12
13
#define _SH_COMPAT 0x00
14
#define _SH_DENYRW 0x10
15
#define _SH_DENYWR 0x20
16
#define _SH_DENYRD 0x30
17
#define _SH_DENYNO 0x40
18
#define _SH_SECURE 0x80
19
20
#ifndef NO_OLDNAMES
21
#define SH_COMPAT _SH_COMPAT
22
#define SH_DENYRW _SH_DENYRW
23
#define SH_DENYWR _SH_DENYWR
24
#define SH_DENYRD _SH_DENYRD
25
#define SH_DENYNO _SH_DENYNO
26
#endif
27
28
#endif
sdk
include
crt
share.h
Generated on Sat Oct 12 2024 06:11:04 for ReactOS by
1.9.6