description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: Sharing Constants |
Sharing Constants |
11/04/2016 |
|
|
95fadc3a-55dc-473d-98b5-e8211900465d |
Constants for file-sharing modes.
#include <share.h>
The shflag
argument determines the sharing mode, which consists of one or more manifest constants. These constants can be combined with the oflag
arguments (see File constants).
The following table lists the constants and their meanings:
Constant | Meaning |
---|---|
_SH_DENYRW |
Denies read and write access to file |
_SH_DENYWR |
Denies write access to file |
_SH_DENYRD |
Denies read access to file |
_SH_DENYNO |
Permits read and write access |
_SH_SECURE |
Sets secure mode (shared read, exclusive write access). |