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

Method ConcreteService

IntelPresentMon/PresentMonService/Service.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78ConcreteService::ConcreteService(const TCHAR* serviceName) : mServiceName(serviceName)
79{
80 mEventLogHandle = RegisterEventSource(NULL, mServiceName.c_str());
81}
82
83void ConcreteService::ServiceMain()
84{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected