ReactOS 0.4.15-dev-7934-g1dc8d80
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
17INT
21 HINSTANCE hPrevInst,
22 LPWSTR lpCmdLine,
23 INT nCmdShow)
24{
25 DPRINT1("dllhost: %S\n", lpCmdLine);
26
27 return 0;
28}
29
30/* EOF */
#define DPRINT1
Definition: precomp.h:8
INT WINAPI wWinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPWSTR lpCmdLine, INT nCmdShow)
Definition: dllhost.c:19
HINSTANCE hInst
Definition: dxdiag.c:13
int32_t INT
Definition: typedefs.h:58
#define WINAPI
Definition: msvc.h:6
WCHAR * LPWSTR
Definition: xmlstorage.h:184