| 13 | bool SWCADetour::s_DetourInstalled; |
| 14 | |
| 15 | void SWCADetour::FreeLibraryFailFast(HMODULE hModule) noexcept |
| 16 | { |
| 17 | FAIL_FAST_IF_WIN32_BOOL_FALSE(FreeLibrary(hModule)); |
| 18 | } |
| 19 | |
| 20 | BOOL WINAPI SWCADetour::FunctionDetour(HWND hWnd, const WINDOWCOMPOSITIONATTRIBDATA *data) noexcept |
| 21 | { |
nothing calls this directly
no outgoing calls
no test coverage detected