Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ ~Token
Method
~Token
IntelPresentMon/Core/source/win/EventHookManager.cpp:85–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
return *this;
84
}
85
EventHookManager::Token::~Token()
86
{
87
if (hHook) {
88
try { EventHookManager::Get().RemoveHandler(hHook); }
89
catch (...) {}
90
}
91
}
92
}
Callers
nothing calls this directly
Calls
1
RemoveHandler
Method · 0.80
Tested by
no test coverage detected