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

Method HeapDestroyFailFast

ExplorerHooks/detourtransaction.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16};
17
18void DetourTransaction::HeapDestroyFailFast(HANDLE hHeap) noexcept
19{
20 FAIL_FAST_IF_WIN32_BOOL_FALSE(HeapDestroy(hHeap));
21}
22
23void DetourTransaction::PssFreeSnapshotFailFast(HPSS snapshot) noexcept
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected