ICP  1
dllmain.cpp
Go to the documentation of this file.
1 // dllmain.cpp : Implementation of DllMain.
2 
3 #include "stdafx.h"
4 #include "resource.h"
5 #include "instapi_i.h"
6 #include "dllmain.h"
7 
9 
10 // DLL Entry Point
11 extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
12 {
13  hInstance;
14  return _AtlModule.DllMain(dwReason, lpReserved);
15 }
BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)
Definition: selogger.cpp:131
CisisicpModule _AtlModule
Definition: isisicp.cpp:71