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

Method Uninstall

ExplorerHooks/swcadetour.cpp:69–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void SWCADetour::Uninstall() noexcept
70{
71 if (s_DetourInstalled)
72 {
73 DetourTransaction transaction;
74 transaction.update_all_threads();
75 transaction.detach(SetWindowCompositionAttribute, FunctionDetour);
76 transaction.commit();
77
78 s_DetourInstalled = false;
79 }
80}

Callers

nothing calls this directly

Calls 3

update_all_threadsMethod · 0.80
detachMethod · 0.80
commitMethod · 0.80

Tested by

no test coverage detected