ReactOS
0.4.16-dev-819-g75c0dc0
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
oscalls.h
Go to the documentation of this file.
1
7
#ifndef _INC_OSCALLS
8
#define _INC_OSCALLS
9
10
#ifndef _CRTBLD
11
#error ERROR: Use of C runtime library internal header file.
12
#endif
13
14
#include <
crtdefs.h
>
15
16
#ifdef NULL
17
#undef NULL
18
#endif
19
20
#define NOMINMAX
21
22
#define _WIN32_FUSION 0x0100
23
//#include <windows.h>
24
#include <stdarg.h>
25
#include <
windef.h
>
26
#include <
winbase.h
>
27
#include <
winuser.h
>
28
29
#ifndef NULL
30
#ifdef __cplusplus
31
#define NULL 0
32
#else
33
#define NULL ((void *)0)
34
#endif
35
#endif
36
37
#ifdef _MSC_VER
38
#pragma warning(push)
39
#pragma warning(disable:4214)
40
#endif
41
42
typedef
struct
_FTIME
43
{
44
unsigned
short
twosecs
: 5;
45
unsigned
short
minutes
: 6;
46
unsigned
short
hours
: 5;
47
}
FTIME
;
48
49
typedef
FTIME
*
PFTIME
;
50
51
typedef
struct
_FDATE
52
{
53
unsigned
short
day
: 5;
54
unsigned
short
month
: 4;
55
unsigned
short
year
: 7;
56
}
FDATE
;
57
58
#ifdef _MSC_VER
59
#pragma warning(pop)
60
#endif
61
62
typedef
FDATE
*
PFDATE
;
63
64
#endif
crtdefs.h
PFTIME
FTIME * PFTIME
Definition:
oscalls.h:49
FDATE
struct _FDATE FDATE
PFDATE
FDATE * PFDATE
Definition:
oscalls.h:62
FTIME
struct _FTIME FTIME
_FDATE
Definition:
oscalls.h:52
_FDATE::day
unsigned short day
Definition:
oscalls.h:53
_FDATE::year
unsigned short year
Definition:
oscalls.h:55
_FDATE::month
unsigned short month
Definition:
oscalls.h:54
_FTIME
Definition:
oscalls.h:43
_FTIME::hours
unsigned short hours
Definition:
oscalls.h:46
_FTIME::minutes
unsigned short minutes
Definition:
oscalls.h:45
_FTIME::twosecs
unsigned short twosecs
Definition:
oscalls.h:44
winbase.h
windef.h
winuser.h
sdk
lib
crt
include
internal
mingw-w64
oscalls.h
Generated on Sat Mar 15 2025 06:14:33 for ReactOS by
1.9.6