ReactOS
0.4.16-dev-197-g92996da
Functions
DllMain.c File Reference
#include "
k32_vista.h
"
Include dependency graph for DllMain.c:
Go to the source code of this file.
Functions
BOOL
WINAPI
DllMain
(
HANDLE
hDll,
DWORD
dwReason
,
LPVOID
lpReserved)
Function Documentation
◆
DllMain()
BOOL
WINAPI
DllMain
(
HANDLE
hDll
,
DWORD
dwReason
,
LPVOID
lpReserved
)
Definition at line
6
of file
DllMain.c
.
9
{
10
/* For now, there isn't much to do */
11
if
(
dwReason
==
DLL_PROCESS_ATTACH
)
12
DisableThreadLibraryCalls
(hDll);
13
return
TRUE
;
14
}
dwReason
DWORD dwReason
Definition:
misc.cpp:141
TRUE
#define TRUE
Definition:
types.h:120
DLL_PROCESS_ATTACH
#define DLL_PROCESS_ATTACH
Definition:
compat.h:131
DisableThreadLibraryCalls
BOOL WINAPI DisableThreadLibraryCalls(IN HMODULE hLibModule)
Definition:
loader.c:85
dll
win32
kernel32
kernel32_vista
DllMain.c
Generated on Wed Oct 30 2024 06:16:22 for ReactOS by
1.9.6