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_w.c
Go to the documentation of this file.
1
6
#include <stdarg.h>
7
#include <
windef.h
>
8
9
/* Do the UNICODE prototyping of WinMain. Be aware that in winbase.h WinMain is a macro
10
defined to wWinMain. */
11
int
WINAPI
wWinMain
(
HINSTANCE
hInstance
,
HINSTANCE
hPrevInstance,
LPWSTR
lpCmdLine,
int
nShowCmd);
12
13
extern
HINSTANCE
__mingw_winmain_hInstance
;
14
extern
LPWSTR
__mingw_winmain_lpCmdLine
;
15
extern
DWORD
__mingw_winmain_nShowCmd
;
16
17
int
__cdecl
wmain
(
int
,
wchar_t
**,
wchar_t
**);
18
19
/*ARGSUSED*/
20
int
__cdecl
wmain
(
int
__UNUSED_PARAM
(
flags
),
21
wchar_t
**
__UNUSED_PARAM
(
cmdline
),
22
wchar_t
**
__UNUSED_PARAM
(inst))
23
{
24
return
(
int
)
wWinMain
(
__mingw_winmain_hInstance
,
NULL
,
25
__mingw_winmain_lpCmdLine
,
__mingw_winmain_nShowCmd
);
26
}
__UNUSED_PARAM
#define __UNUSED_PARAM(x)
Definition:
_mingw.h:74
__cdecl
#define __cdecl
Definition:
accygwin.h:79
hInstance
HINSTANCE hInstance
Definition:
charmap.c:19
wWinMain
int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd)
Definition:
charmap.c:671
__mingw_winmain_lpCmdLine
LPWSTR __mingw_winmain_lpCmdLine
__mingw_winmain_hInstance
HINSTANCE __mingw_winmain_hInstance
__mingw_winmain_nShowCmd
DWORD __mingw_winmain_nShowCmd
NULL
#define NULL
Definition:
types.h:112
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
flags
GLbitfield flags
Definition:
glext.h:7161
void
Definition:
nsiface.idl:2307
wmain
int wmain()
Definition:
rdesktop-core-tester.cpp:552
cmdline
TCHAR * cmdline
Definition:
stretchblt.cpp:32
windef.h
WINAPI
#define WINAPI
Definition:
msvc.h:6
LPWSTR
WCHAR * LPWSTR
Definition:
xmlstorage.h:184
sdk
lib
crt
startup
crt0_w.c
Generated on Wed Nov 27 2024 06:13:39 for ReactOS by
1.9.6