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

Method CefClient

IntelPresentMon/AppCef/source/util/ActionClientServer.cpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace p2c::client::util
5{
6 CefClient::CefClient(std::string pipeName, cact::CefExecutionContext context)
7 :
8 SymmetricActionClient{ std::move(pipeName), std::move(context) }
9 {
10 auto res = DispatchSync(kproc::kact::OpenSession::Params{ GetCurrentProcessId() });
11 EstablishSession_(res.kernelPid);
12 }
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected