MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / DllMain

Function DllMain

FastCopyShellExtension/dllmain.cpp:436–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436BOOL APIENTRY DllMain( HMODULE hModule,
437 DWORD ul_reason_for_call,
438 LPVOID lpReserved
439 )
440{
441 switch (ul_reason_for_call)
442 {
443 case DLL_PROCESS_ATTACH:
444 case DLL_THREAD_ATTACH:
445 case DLL_THREAD_DETACH:
446 case DLL_PROCESS_DETACH:
447 break;
448 }
449 return TRUE;
450}
451#pragma endregion
452
453void TestExplorerCommandRoot::init(IShellItemArray* items)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected