ReactOS
0.4.16-dev-905-gc1b8c4f
main.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS HTML Application Host
3
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4
* PURPOSE: Forwards HTA application information to mshtml
5
* COPYRIGHT: Copyright 2017-2018 Jared Smudde(computerwhiz02@hotmail.com)
6
*/
7
8
#include <
windef.h
>
9
#include <
winbase.h
>
10
#include <
winuser.h
>
11
#include <mshtml.h>
12
13
extern
DWORD
WINAPI
RunHTMLApplication
(
HINSTANCE
hinst
,
HINSTANCE
hPrevInst,
LPSTR
szCmdLine,
int
nCmdShow);
14
15
int
WINAPI
WinMain
(
HINSTANCE
hInst
,
HINSTANCE
hPrevInst,
LPSTR
cmdline
,
int
cmdshow)
16
{
17
return
RunHTMLApplication
(
hInst
, hPrevInst,
cmdline
, cmdshow);
18
}
WinMain
int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR cmdline, int cmdshow)
Definition:
main.c:8
RunHTMLApplication
DWORD WINAPI RunHTMLApplication(HINSTANCE hinst, HINSTANCE hPrevInst, LPSTR szCmdLine, int nCmdShow)
hInst
HINSTANCE hInst
Definition:
dxdiag.c:13
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
void
Definition:
nsiface.idl:2307
hinst
static HINSTANCE hinst
Definition:
edit.c:551
cmdline
TCHAR * cmdline
Definition:
stretchblt.cpp:32
winbase.h
windef.h
WINAPI
#define WINAPI
Definition:
msvc.h:6
winuser.h
LPSTR
char * LPSTR
Definition:
xmlstorage.h:182
base
applications
mshta
main.c
Generated on Wed Mar 26 2025 06:15:52 for ReactOS by
1.9.6