ReactOS
0.4.16-dev-737-g3368adc
dllhost.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS DllHost
3
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4
* PURPOSE: COM surrogate.
5
* COPYRIGHT: Copyright 2018 Eric Kohl
6
*/
7
8
/* INCLUDES *****************************************************************/
9
10
#include <windows.h>
11
12
#define NDEBUG
13
#include <debug.h>
14
15
/* FUNCTIONS ****************************************************************/
16
17
INT
18
WINAPI
19
wWinMain
(
20
HINSTANCE
hInst
,
21
HINSTANCE
hPrevInst,
22
LPWSTR
lpCmdLine,
23
INT
nCmdShow)
24
{
25
DPRINT1
(
"dllhost: %S\n"
, lpCmdLine);
26
27
return
0;
28
}
29
30
/* EOF */
DPRINT1
#define DPRINT1
Definition:
precomp.h:8
wWinMain
INT WINAPI wWinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPWSTR lpCmdLine, INT nCmdShow)
Definition:
dllhost.c:19
hInst
HINSTANCE hInst
Definition:
dxdiag.c:13
void
Definition:
nsiface.idl:2307
INT
int32_t INT
Definition:
typedefs.h:58
WINAPI
#define WINAPI
Definition:
msvc.h:6
LPWSTR
WCHAR * LPWSTR
Definition:
xmlstorage.h:184
base
system
dllhost
dllhost.c
Generated on Wed Feb 12 2025 06:02:45 for ReactOS by
1.9.6