MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / Execute_

Method Execute_

IntelPresentMon/KernelProcess/kact/ClearHotkey.h:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 private:
34 friend class ACT_TYPE<ACT_NAME, ACT_EXEC_CTX>;
35 static Response Execute_(const ACT_EXEC_CTX& ctx, SessionContext& stx, Params&& in)
36 {
37 ctx.pHotkeys->ClearAction(in.action);
38 return {};
39 }
40 };
41
42#ifdef PM_ASYNC_ACTION_REGISTRATION_

Callers

nothing calls this directly

Calls 1

ClearActionMethod · 0.80

Tested by

no test coverage detected