ReactOS 0.4.15-dev-7906-g1b85a5f
redirtest1.c
Go to the documentation of this file.
1
2#include <windef.h>
3#include <winbase.h>
4
6{
7 return 1;
8}
9
10BOOL
15{
16 switch (dwReason)
17 {
20 break;
21
23 break;
24 }
25
26 return TRUE;
27}
DWORD dwReason
Definition: misc.cpp:154
#define TRUE
Definition: types.h:120
#define DLL_PROCESS_ATTACH
Definition: compat.h:131
#define DLL_PROCESS_DETACH
Definition: compat.h:130
BOOL WINAPI DisableThreadLibraryCalls(IN HMODULE hLibModule)
Definition: loader.c:85
r reserved
Definition: btrfs.c:3006
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
BOOL WINAPI DllMain(HINSTANCE hinstDll, DWORD dwReason, LPVOID reserved)
Definition: redirtest1.c:12
DWORD WINAPI GetVersion()
Definition: redirtest1.c:5
#define WINAPI
Definition: msvc.h:6