| 21 | } |
| 22 | |
| 23 | void DetourTransaction::PssFreeSnapshotFailFast(HPSS snapshot) noexcept |
| 24 | { |
| 25 | FAIL_FAST_IF_WIN32_ERROR(PssFreeSnapshot(GetCurrentProcess(), snapshot)); |
| 26 | } |
| 27 | |
| 28 | void DetourTransaction::PssWalkMarkerFreeFailFast(HPSSWALK marker) noexcept |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected