ReactOS
0.4.15-dev-8636-g945e856
dllentry.c
Go to the documentation of this file.
1
7
#include <
oscalls.h
>
8
#define _DECL_DLLMAIN
9
#include <process.h>
10
11
BOOL
WINAPI
DllEntryPoint
(
HANDLE
,
DWORD
,
LPVOID
);
12
13
BOOL
WINAPI
DllEntryPoint
(
HANDLE
__UNUSED_PARAM
(hDllHandle),
14
DWORD
__UNUSED_PARAM
(
dwReason
),
15
LPVOID
__UNUSED_PARAM
(lpreserved))
16
{
17
return
TRUE
;
18
}
__UNUSED_PARAM
#define __UNUSED_PARAM(x)
Definition:
_mingw.h:74
dwReason
DWORD dwReason
Definition:
misc.cpp:141
TRUE
#define TRUE
Definition:
types.h:120
DllEntryPoint
BOOL WINAPI DllEntryPoint(HANDLE, DWORD, LPVOID)
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
void
Definition:
nsiface.idl:2307
oscalls.h
WINAPI
#define WINAPI
Definition:
msvc.h:6
sdk
lib
crt
startup
dllentry.c
Generated on Tue Sep 10 2024 06:13:14 for ReactOS by
1.9.6