ReactOS
0.4.16-dev-297-gc569aee
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
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
_
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
crt0_c.c
Go to the documentation of this file.
1
7
#include <stdarg.h>
8
#include <
windef.h
>
9
#include <
winbase.h
>
10
11
extern
HINSTANCE
__mingw_winmain_hInstance
;
12
extern
LPSTR
__mingw_winmain_lpCmdLine
;
13
extern
DWORD
__mingw_winmain_nShowCmd
;
14
15
/*ARGSUSED*/
16
int
main
(
int
__UNUSED_PARAM
(
flags
),
17
char
**
__UNUSED_PARAM
(
cmdline
),
18
char
**
__UNUSED_PARAM
(inst))
19
{
20
return
(
int
)
WinMain
(
__mingw_winmain_hInstance
,
NULL
,
21
__mingw_winmain_lpCmdLine
,
__mingw_winmain_nShowCmd
);
22
}
__UNUSED_PARAM
#define __UNUSED_PARAM(x)
Definition:
_mingw.h:74
WinMain
int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR cmdline, int cmdshow)
Definition:
main.c:8
__mingw_winmain_hInstance
HINSTANCE __mingw_winmain_hInstance
__mingw_winmain_lpCmdLine
LPSTR __mingw_winmain_lpCmdLine
__mingw_winmain_nShowCmd
DWORD __mingw_winmain_nShowCmd
NULL
#define NULL
Definition:
types.h:112
main
int main()
Definition:
test.c:6
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
flags
GLbitfield flags
Definition:
glext.h:7161
void
Definition:
nsiface.idl:2307
cmdline
TCHAR * cmdline
Definition:
stretchblt.cpp:32
winbase.h
windef.h
LPSTR
char * LPSTR
Definition:
xmlstorage.h:182
sdk
lib
crt
startup
crt0_c.c
Generated on Wed Nov 27 2024 06:13:39 for ReactOS by
1.9.6