ReactOS 0.4.15-dev-7918-g2a2556c
acledit.c File Reference
#include "acleditint.h"
Include dependency graph for acledit.c:

Go to the source code of this file.

Functions

BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpvReserved)
 

Variables

HINSTANCE hDllInstance
 

Function Documentation

◆ DllMain()

BOOL WINAPI DllMain ( HINSTANCE  hinstDLL,
DWORD  dwReason,
LPVOID  lpvReserved 
)

Definition at line 37 of file acledit.c.

41{
43
44 switch (dwReason)
45 {
47 hDllInstance = hinstDLL;
48 break;
50 break;
52 break;
54 break;
55 }
56 return TRUE;
57}
HINSTANCE hDllInstance
Definition: acledit.c:34
DWORD dwReason
Definition: misc.cpp:154
#define TRUE
Definition: types.h:120
#define DLL_THREAD_DETACH
Definition: compat.h:133
#define DLL_PROCESS_ATTACH
Definition: compat.h:131
#define DLL_PROCESS_DETACH
Definition: compat.h:130
#define DLL_THREAD_ATTACH
Definition: compat.h:132
static IN DWORD IN LPVOID lpvReserved
#define UNREFERENCED_PARAMETER(P)
Definition: ntbasedef.h:317

Variable Documentation

◆ hDllInstance

HINSTANCE hDllInstance

Definition at line 34 of file acledit.c.

Referenced by DllMain().