ReactOS 0.4.15-dev-7907-g95bf896
dllentry.c File Reference
#include <oscalls.h>
#include <process.h>
Include dependency graph for dllentry.c:

Go to the source code of this file.

Macros

#define _DECL_DLLMAIN
 

Functions

BOOL WINAPI DllEntryPoint (HANDLE, DWORD, LPVOID)
 
BOOL WINAPI DllEntryPoint (HANDLE __UNUSED_PARAM(hDllHandle), DWORD __UNUSED_PARAM(dwReason), LPVOID __UNUSED_PARAM(lpreserved))
 

Macro Definition Documentation

◆ _DECL_DLLMAIN

#define _DECL_DLLMAIN

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.

Definition at line 8 of file dllentry.c.

Function Documentation

◆ DllEntryPoint() [1/2]

BOOL WINAPI DllEntryPoint ( HANDLE   __UNUSED_PARAMhDllHandle,
DWORD   __UNUSED_PARAMdwReason,
LPVOID   __UNUSED_PARAMlpreserved 
)

Definition at line 13 of file dllentry.c.

16{
17 return TRUE;
18}
#define TRUE
Definition: types.h:120

◆ DllEntryPoint() [2/2]

BOOL WINAPI DllEntryPoint ( HANDLE  ,
DWORD  ,
LPVOID   
)