ReactOS 0.4.16-dev-737-g3368adc
corecrt_share.h File Reference
#include <corecrt.h>
Include dependency graph for corecrt_share.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _SH_DENYRW   0x10
 
#define _SH_DENYWR   0x20
 
#define _SH_DENYRD   0x30
 
#define _SH_DENYNO   0x40
 
#define _SH_SECURE   0x80
 
#define SH_DENYRW   _SH_DENYRW
 
#define SH_DENYWR   _SH_DENYWR
 
#define SH_DENYRD   _SH_DENYRD
 
#define SH_DENYNO   _SH_DENYNO
 

Macro Definition Documentation

◆ _SH_DENYNO

#define _SH_DENYNO   0x40

Definition at line 20 of file corecrt_share.h.

◆ _SH_DENYRD

#define _SH_DENYRD   0x30

Definition at line 19 of file corecrt_share.h.

◆ _SH_DENYRW

#define _SH_DENYRW   0x10

Definition at line 17 of file corecrt_share.h.

◆ _SH_DENYWR

#define _SH_DENYWR   0x20

Definition at line 18 of file corecrt_share.h.

◆ _SH_SECURE

#define _SH_SECURE   0x80

Definition at line 21 of file corecrt_share.h.

◆ SH_DENYNO

#define SH_DENYNO   _SH_DENYNO

Definition at line 29 of file corecrt_share.h.

◆ SH_DENYRD

#define SH_DENYRD   _SH_DENYRD

Definition at line 28 of file corecrt_share.h.

◆ SH_DENYRW

#define SH_DENYRW   _SH_DENYRW

Definition at line 26 of file corecrt_share.h.

◆ SH_DENYWR

#define SH_DENYWR   _SH_DENYWR

Definition at line 27 of file corecrt_share.h.