Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
#include <share.h>
Remarks
The shflag argument determines the sharing mode, which consists of one or more manifest constants. These can be combined with the oflag arguments (see File Constants).
The constants and their meanings are listed below:
Constant |
Meaning |
|---|---|
_SH_COMPAT |
Sets compatibility mode |
_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). |