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

Method UpdateProgress

WinArk/ProgressDlg.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8void CProgressDlg::UpdateProgress(int value) {
9 if (m_Progress)
10 m_Progress.SetPos(value);
11}
12
13void CProgressDlg::SetProgressMarquee(bool set) {
14 if (m_Progress)

Callers 1

SymDownloadSymbolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected