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

Function DllMain

Provider/dllmain.cpp:8–11  ·  view source on GitHub ↗

This DLL is just used to store the Intel-PresentMon ETW Provider resources

Source from the content-addressed store, hash-verified

6
7// This DLL is just used to store the Intel-PresentMon ETW Provider resources
8BOOL APIENTRY DllMain(HMODULE, DWORD, LPVOID)
9{
10 return TRUE;
11}
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected