This DLL is just used to store the Intel-PresentMon ETW Provider resources
| 6 | |
| 7 | // This DLL is just used to store the Intel-PresentMon ETW Provider resources |
| 8 | BOOL APIENTRY DllMain(HMODULE, DWORD, LPVOID) |
| 9 | { |
| 10 | return TRUE; |
| 11 | } |
| 12 |
nothing calls this directly
no outgoing calls
no test coverage detected