MCPcopy Create free account
hub / github.com/acl-dev/acl / DetourTransactionCommit

Function DetourTransactionCommit

lib_fiber/cpp/src/detours/detours.cpp:1655–1658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1653}
1654
1655LONG WINAPI DetourTransactionCommit()
1656{
1657 return DetourTransactionCommitEx(NULL);
1658}
1659
1660static BYTE detour_align_from_trampoline(PDETOUR_TRAMPOLINE pTrampoline, BYTE obTrampoline)
1661{

Callers 1

winapi_hook_onceFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…