Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
574
void CMainFrame::SetStatusText(PCWSTR text) {
575
m_StatusBar.SetText(1, m_StatusText = text, SBT_NOBORDERS);
576
}
577
578
LRESULT CMainFrame::OnMonitorStart(WORD, WORD, HWND, BOOL&) {
579
m_pEtwView->StartMonitoring(m_tm, true);
Callers
nothing calls this directly
Calls
1
SetText
Method · 0.80
Tested by
no test coverage detected