MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / FreeLibraryFailFast

Method FreeLibraryFailFast

ExplorerHooks/swcadetour.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13bool SWCADetour::s_DetourInstalled;
14
15void SWCADetour::FreeLibraryFailFast(HMODULE hModule) noexcept
16{
17 FAIL_FAST_IF_WIN32_BOOL_FALSE(FreeLibrary(hModule));
18}
19
20BOOL WINAPI SWCADetour::FunctionDetour(HWND hWnd, const WINDOWCOMPOSITIONATTRIBDATA *data) noexcept
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected