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

Method SetMessageText

WinArk/ProgressDlg.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void CProgressDlg::SetMessageText(PCWSTR text) {
22 if (m_hWnd)
23 SetDlgItemText(IDC_MESSAGE, text);
24 else
25 m_Text = text;
26}
27
28void CProgressDlg::SetTimerCallback(std::function<void()> callback, int interval) {
29 m_Callback = callback;

Callers 5

SymDownloadSymbolMethod · 0.80
OnServiceStartMethod · 0.80
OnServiceStopMethod · 0.80
OnServicePauseMethod · 0.80
OnServiceContinueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected