ReactOS
0.4.16-dev-983-g23ad936
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
fcntl.h
Go to the documentation of this file.
1
6
#include <
corecrt.h
>
7
8
#ifndef _INC_FCNTL
9
#define _INC_FCNTL
10
11
#define _O_RDONLY 0x0000
12
#define _O_WRONLY 0x0001
13
#define _O_RDWR 0x0002
14
#define _O_APPEND 0x0008
15
#define _O_CREAT 0x0100
16
#define _O_TRUNC 0x0200
17
#define _O_EXCL 0x0400
18
#define _O_TEXT 0x4000
19
#define _O_BINARY 0x8000
20
#define _O_WTEXT 0x10000
21
#define _O_U16TEXT 0x20000
22
#define _O_U8TEXT 0x40000
23
#define _O_ACCMODE (_O_RDONLY|_O_WRONLY|_O_RDWR)
24
25
#define _O_RAW _O_BINARY
26
#define _O_NOINHERIT 0x0080
27
#define _O_TEMPORARY 0x0040
28
#define _O_SHORT_LIVED 0x1000
29
30
#define _O_SEQUENTIAL 0x0020
31
#define _O_RANDOM 0x0010
32
33
#if !defined(NO_OLDNAMES) || defined(_POSIX)
34
#define O_RDONLY _O_RDONLY
35
#define O_WRONLY _O_WRONLY
36
#define O_RDWR _O_RDWR
37
#define O_APPEND _O_APPEND
38
#define O_CREAT _O_CREAT
39
#define O_TRUNC _O_TRUNC
40
#define O_EXCL _O_EXCL
41
#define O_TEXT _O_TEXT
42
#define O_BINARY _O_BINARY
43
#define O_RAW _O_BINARY
44
#define O_TEMPORARY _O_TEMPORARY
45
#define O_NOINHERIT _O_NOINHERIT
46
#define O_SEQUENTIAL _O_SEQUENTIAL
47
#define O_RANDOM _O_RANDOM
48
#define O_ACCMODE _O_ACCMODE
49
#endif
50
#endif
corecrt.h
sdk
include
crt
fcntl.h
Generated on Thu Apr 17 2025 06:16:49 for ReactOS by
1.9.6