| 55 | } |
| 56 | |
| 57 | void DetourTransaction::detach_internal(void **function, void *detour) noexcept |
| 58 | { |
| 59 | FAIL_FAST_IF_WIN32_ERROR(DetourDetach(function, detour)); |
| 60 | } |
| 61 | |
| 62 | void DetourTransaction::update_thread(unique_handle_failfast hThread) noexcept |
| 63 | { |
nothing calls this directly
no outgoing calls
no test coverage detected