Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
void CProgressDlg::UpdateProgress(int value) {
9
if (m_Progress)
10
m_Progress.SetPos(value);
11
}
12
13
void CProgressDlg::SetProgressMarquee(bool set) {
14
if (m_Progress)
Callers
1
SymDownloadSymbol
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected