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

Method PssFreeSnapshotFailFast

ExplorerHooks/detourtransaction.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void DetourTransaction::PssFreeSnapshotFailFast(HPSS snapshot) noexcept
24{
25 FAIL_FAST_IF_WIN32_ERROR(PssFreeSnapshot(GetCurrentProcess(), snapshot));
26}
27
28void DetourTransaction::PssWalkMarkerFreeFailFast(HPSSWALK marker) noexcept
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected