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

Method Execute_

IntelPresentMon/KernelProcess/kact/SetCapture.h:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 private:
33 friend class ACT_TYPE<ACT_NAME, ACT_EXEC_CTX>;
34 static Response Execute_(const ACT_EXEC_CTX& ctx, SessionContext& stx, Params&& in)
35 {
36 (*ctx.ppKernel)->SetCapture(in.active);
37 return {};
38 }
39 };
40
41 ACTION_REG();

Callers

nothing calls this directly

Calls 1

SetCaptureMethod · 0.80

Tested by

no test coverage detected