CCPSRendering/dllentry.cpp File Reference

#include "precomp.h"
#include "oemps.h"
#include "debug.h"
Include dependency graph for dllentry.cpp:

Go to the source code of this file.

Functions

BOOL WINAPI DllMain (HINSTANCE hInst, WORD wReason, LPVOID lpReserved)
BOOL WINAPI DllInitialize (ULONG ulReason)

Variables

HINSTANCE ghInstance
 Module's Instance handle from DLLEntry of process.

Detailed Description

Definition in file dllentry.cpp.


Function Documentation

BOOL WINAPI DllInitialize ( ULONG  ulReason  ) 
Parameters:
ulReason Reason for call
Returns:
TRUE

Definition at line 78 of file dllentry.cpp.

BOOL WINAPI DllMain ( HINSTANCE  hInst,
WORD  wReason,
LPVOID  lpReserved 
)
Parameters:
hInst Handle to the DLL instance
wReason Reason of call
lpReserved Not used
Returns:
TRUE

Definition at line 49 of file dllentry.cpp.

References ghInstance.


Variable Documentation

HINSTANCE ghInstance

Module's Instance handle from DLLEntry of process.

Instance of module (defined at dllentry.cpp).

Definition at line 31 of file dllentry.cpp.


Generated on Mon Jun 18 12:40:17 2012 for CC PDF Converter by doxygen 1.6.1