MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / Run

Method Run

WinSysCore/TraceManager.cpp:322–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322DWORD TraceManager::Run() {
323 EnumProcesses();
324 FILETIME now;
325 ::GetSystemTimeAsFileTime(&now);
326 auto error = ::ProcessTrace(&_hTrace, 1, &now, nullptr);
327 return error;
328}
329
330uint32_t TraceManager::GetFilteredEventCount() const {
331 return _filteredEvents;

Callers 2

RunFunction · 0.80
StartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected