MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / DllMain

Function DllMain

PathCopyCopy/src/dllmain.cpp:209–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207
208// DLL Entry Point
209extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
210{
211#ifdef _MERGE_PROXYSTUB
212 if (!PrxDllMain(hInstance, dwReason, lpReserved))
213 return FALSE;
214#endif
215 g_hInstance = hInstance;
216 return _AtlModule.DllMain(dwReason, lpReserved);
217}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected