PKIFConfigSerialization.cpp

Go to the documentation of this file.
00001 
00009 // PKIFConfigSerialization.cpp : Defines the entry point for the DLL application.
00010 //
00011 
00012 #include "PKIFConfigSerialization.h"
00013 
00014 
00015 #ifdef _MANAGED
00016 #pragma managed(push, off)
00017 #endif
00018 
00019 #define WIN32_LEAN_AND_MEAN
00020 #define WINVER 0x500
00021 #include <windows.h>
00022 #if defined(USE_VLD)
00023 #include <vld.h>
00024 #endif
00025 
00026 BOOL APIENTRY DllMain( HMODULE hModule,
00027                        DWORD  ul_reason_for_call,
00028                        LPVOID lpReserved
00029                      )
00030 {
00031     switch (ul_reason_for_call)
00032     {
00033     case DLL_PROCESS_ATTACH:
00034     case DLL_THREAD_ATTACH:
00035     case DLL_THREAD_DETACH:
00036     case DLL_PROCESS_DETACH:
00037         break;
00038     }
00039     return TRUE;
00040 }
00041 
00042 #ifdef _MANAGED
00043 #pragma managed(pop)
00044 #endif

Generated on Mon Nov 15 11:15:54 2010 for PublicKeyInfrastructureFramework(PKIF) by  doxygen 1.5.6