ReactOS 0.4.15-dev-7931-gfd331f1
dllmain.c File Reference
#include "precomp.h"
Include dependency graph for dllmain.c:

Go to the source code of this file.

Functions

BOOL WINAPI DllMain (HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
 

Variables

HINSTANCE hDllInstance
 

Function Documentation

◆ DllMain()

BOOL WINAPI DllMain ( HINSTANCE  hInstance,
DWORD  dwReason,
LPVOID  lpReserved 
)

Definition at line 38 of file dllmain.c.

41{
43 {
45
46 InitControls.dwSize = sizeof(INITCOMMONCONTROLSEX);
50 }
51
52 return TRUE;
53}
DWORD dwReason
Definition: misc.cpp:154
HINSTANCE hInstance
Definition: charmap.c:19
BOOL WINAPI InitCommonControlsEx(const INITCOMMONCONTROLSEX *lpInitCtrls)
Definition: commctrl.c:893
#define TRUE
Definition: types.h:120
#define DLL_PROCESS_ATTACH
Definition: compat.h:131
HINSTANCE hDllInstance
Definition: dllmain.c:33
static VOID InitControls(HWND hwnd)
Definition: mplay32.c:303
struct tagINITCOMMONCONTROLSEX INITCOMMONCONTROLSEX
#define ICC_DATE_CLASSES
Definition: commctrl.h:67
#define ICC_PROGRESS_CLASS
Definition: commctrl.h:63
#define ICC_UPDOWN_CLASS
Definition: commctrl.h:62

Variable Documentation

◆ hDllInstance

HINSTANCE hDllInstance

Definition at line 33 of file dllmain.c.

Referenced by DllMain().