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

Method SetStatusText

WinArk/MainFrame.cpp:574–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574void CMainFrame::SetStatusText(PCWSTR text) {
575 m_StatusBar.SetText(1, m_StatusText = text, SBT_NOBORDERS);
576}
577
578LRESULT CMainFrame::OnMonitorStart(WORD, WORD, HWND, BOOL&) {
579 m_pEtwView->StartMonitoring(m_tm, true);

Callers

nothing calls this directly

Calls 1

SetTextMethod · 0.80

Tested by

no test coverage detected