ReactOS 0.4.15-dev-8028-g8e799e2
dll.cpp File Reference
#include "private.hpp"
#include <debug.h>
Include dependency graph for dll.cpp:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

ULONG NTAPI DllInitialize (ULONG Unknown)
 
ULONG NTAPI DllUnload ()
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 11 of file dll.cpp.

Function Documentation

◆ DllInitialize()

ULONG NTAPI DllInitialize ( ULONG  Unknown)

Definition at line 18 of file dll.cpp.

19{
20 return 0;
21}

◆ DllUnload()

ULONG NTAPI DllUnload ( )

Definition at line 28 of file dll.cpp.

29{
30 return 0;
31}

Referenced by MiCallDllUnloadAndUnloadDll().