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

Method Activate

WinArk/EtwView.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void CEtwView::Activate(bool active) {
27 m_IsActive = active;
28 if (active) {
29 UpdateEventStatus();
30 UpdateUI();
31 }
32}
33
34void CEtwView::AddEvent(std::shared_ptr<EventData> data) {
35 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected