MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / DllMain

Function DllMain

IntelPresentMon/FlashInjectorLibrary/DLLMain.cpp:54–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD reason, LPVOID pReserved)
55{
56 switch (reason)
57 {
58 case DLL_PROCESS_ATTACH:
59 GfxLayer::Initialize();
60 break;
61 }
62
63 return TRUE;
64}

Callers

nothing calls this directly

Calls 1

InitializeFunction · 0.70

Tested by

no test coverage detected