summaryrefslogtreecommitdiff
path: root/v4.0/src/TOOLS/BLD/INC/SHARE.H
blob: 2a34f71ec67c66f48c2208748500913d9c4be5f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/***
*share.h - defines file sharing modes for sopen
*
*   Copyright (c) 1985-1988, Microsoft Corporation.  All rights reserved.
*
*Purpose:
*   This file defines the file sharing modes for sopen().
*
*******************************************************************************/

#define SH_COMPAT   0x00    /* compatibility mode */
#define SH_DENYRW   0x10    /* deny read/write mode */
#define SH_DENYWR   0x20    /* deny write mode */
#define SH_DENYRD   0x30    /* deny read mode */
#define SH_DENYNO   0x40    /* deny none mode */