_CorDllMain Function
.NET Framework 3.0
Instructs the Windows loader to look for the entry-point function named DllMain in the DLL image.
BOOL STDMETHODCALLTYPE _CorDllMain (
[in] HINSTANCE hInst,
[in] DWORD dwReason,
[in] LPVOID lpReserved
);