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

Function DllMain

Samples/SampleCOMPluginCpp/SampleCOMPlugin/dllmain.cpp:44–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43// DLL Entry Point
44extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
45{
46#ifdef _MERGE_PROXYSTUB
47 if (!PrxDllMain(hInstance, dwReason, lpReserved))
48 return FALSE;
49#endif
50 hInstance;
51 return _AtlModule.DllMain(dwReason, lpReserved);
52}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected