ReactOS 0.4.15-dev-7934-g1dc8d80
main.c File Reference
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <mshtml.h>
Include dependency graph for main.c:

Go to the source code of this file.

Functions

DWORD WINAPI RunHTMLApplication (HINSTANCE hinst, HINSTANCE hPrevInst, LPSTR szCmdLine, int nCmdShow)
 
int WINAPI WinMain (HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR cmdline, int cmdshow)
 

Function Documentation

◆ RunHTMLApplication()

DWORD WINAPI RunHTMLApplication ( HINSTANCE  hinst,
HINSTANCE  hPrevInst,
LPSTR  szCmdLine,
int  nCmdShow 
)

Referenced by WinMain().

◆ WinMain()

int WINAPI WinMain ( HINSTANCE  hInst,
HINSTANCE  hPrevInst,
LPSTR  cmdline,
int  cmdshow 
)

Definition at line 15 of file main.c.

16{
17 return RunHTMLApplication(hInst, hPrevInst, cmdline, cmdshow);
18}
DWORD WINAPI RunHTMLApplication(HINSTANCE hinst, HINSTANCE hPrevInst, LPSTR szCmdLine, int nCmdShow)
HINSTANCE hInst
Definition: dxdiag.c:13
TCHAR * cmdline
Definition: stretchblt.cpp:32