Searched refs:dwOverallPercentage (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 970 __in DWORD dwOverallPercentage in OnCacheAcquireProgress() argument 975 …rogress: %u%%", wzPackageOrContainerId, wzPayloadId, dw64Progress, dw64Total, dwOverallPercentage); in OnCacheAcquireProgress() 978 ::StringCchPrintfW(wzProgress, countof(wzProgress), L"%u%%", dwOverallPercentage); in OnCacheAcquireProgress() 981 ThemeSetProgressControl(_theme, ID_CACHE_PROGRESS_BAR, dwOverallPercentage); in OnCacheAcquireProgress() 983 _calculatedCacheProgress = dwOverallPercentage * PYBA_ACQUIRE_PERCENTAGE / 100; in OnCacheAcquireProgress() 988 …AcquireProgress(wzPackageOrContainerId, wzPayloadId, dw64Progress, dw64Total, dwOverallPercentage); in OnCacheAcquireProgress() 2682 void SetTaskbarButtonProgress(__in DWORD dwOverallPercentage) { in SetTaskbarButtonProgress() argument 2686 hr = _taskbarList->SetProgressValue(_hWnd, dwOverallPercentage, 100UL); in SetTaskbarButtonProgress() 2687 … BalExitOnFailure1(hr, "Failed to set taskbar button progress to: %d%%.", dwOverallPercentage); in SetTaskbarButtonProgress()
|