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

Method Execute_

IntelPresentMon/KernelProcess/kact/OpenSession.h:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 private:
35 friend class ACT_TYPE<ACT_NAME, ACT_EXEC_CTX>;
36 static Response Execute_(const ACT_EXEC_CTX& ctx, SessionContext& stx, Params&& in)
37 {
38 stx.remotePid = in.cefRenderPid;
39 const Response res{ .kernelPid = GetCurrentProcessId() };
40 pmlog_info(std::format("Kernel open action for cef={} krn={}", in.cefRenderPid, res.kernelPid));
41 return res;
42 }
43 };
44
45 ACTION_REG();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected