MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / SetProgressState

Method SetProgressState

FastCopy/Taskbar.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void Taskbar::SetProgressState(HWND hwnd, ProgressState state)
23{
24 getPtr()->SetProgressState(hwnd, static_cast<TBPFLAG>(state));
25}
26
27void Taskbar::SetProgressValue(HWND hwnd, ULONGLONG current, ULONGLONG maximum)
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected