| 19 | } |
| 20 | |
| 21 | HMODULE CFunctions::GetCurrentModule() |
| 22 | { |
| 23 | HMODULE hModule = NULL; |
| 24 | LI_FIND(GetModuleHandleEx)(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS, (LPCTSTR)__DummyFunc, &hModule); |
| 25 | return hModule; |
| 26 | } |
| 27 | |
| 28 | const char* CFunctions::GetTime() |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected