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

Method ActionClient

IntelPresentMon/Core/source/iact/ActionClient.cpp:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace p2c::iact
8{
9 ActionClient::ActionClient(const std::string& pipeName) : ClientBase{ pipeName }
10 {
11 auto res = DispatchSync(inj::act::OpenSession::Params{
12 .kernelPid = GetCurrentProcessId()
13 });
14 pmlog_info(std::format("Opened session with injector lib, pid = [{}]", res.injectedLibPid));
15 EstablishSession_(res.injectedLibPid);
16 }
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected