ReactOS 0.4.15-dev-8079-g5db69da
DllMain.c
Go to the documentation of this file.
1
2#include "advapi32_vista.h"
3
6
11 LPVOID lpReserved)
12{
13 /* For now, there isn't much to do */
15 {
17
18 if (!RegInitialize())
19 {
20 return FALSE;
21 }
22 }
23
24 return TRUE;
25}
DWORD dwReason
Definition: misc.cpp:154
#define TRUE
Definition: types.h:120
#define FALSE
Definition: types.h:117
#define DLL_PROCESS_ATTACH
Definition: compat.h:131
BOOL WINAPI DisableThreadLibraryCalls(IN HMODULE hLibModule)
Definition: loader.c:85
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
Definition: DllMain.c:26
BOOL RegInitialize(VOID)
Definition: reg.c:70
#define WINAPI
Definition: msvc.h:6