| 20 | } |
| 21 | |
| 22 | void Taskbar::SetProgressState(HWND hwnd, ProgressState state) |
| 23 | { |
| 24 | getPtr()->SetProgressState(hwnd, static_cast<TBPFLAG>(state)); |
| 25 | } |
| 26 | |
| 27 | void Taskbar::SetProgressValue(HWND hwnd, ULONGLONG current, ULONGLONG maximum) |
| 28 | { |
nothing calls this directly
no outgoing calls
no test coverage detected