| 16 | }; |
| 17 | |
| 18 | void DetourTransaction::HeapDestroyFailFast(HANDLE hHeap) noexcept |
| 19 | { |
| 20 | FAIL_FAST_IF_WIN32_BOOL_FALSE(HeapDestroy(hHeap)); |
| 21 | } |
| 22 | |
| 23 | void DetourTransaction::PssFreeSnapshotFailFast(HPSS snapshot) noexcept |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected