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

Method detach_internal

ExplorerHooks/detourtransaction.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void DetourTransaction::detach_internal(void **function, void *detour) noexcept
58{
59 FAIL_FAST_IF_WIN32_ERROR(DetourDetach(function, detour));
60}
61
62void DetourTransaction::update_thread(unique_handle_failfast hThread) noexcept
63{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected