Home
last modified time | relevance | path

Searched refs:SetTaskbarButtonProgress (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp986 SetTaskbarButtonProgress(_calculatedCacheProgress + _calculatedExecuteProgress); in OnCacheAcquireProgress()
1106 SetTaskbarButtonProgress(dwOverallProgressPercentage); in OnProgress()
1180 SetTaskbarButtonProgress(_calculatedCacheProgress + _calculatedExecuteProgress); in OnExecuteProgress()
1281 SetTaskbarButtonProgress(100); // show full progress bar, green, yellow, or red in OnApplyComplete()
2231 SetTaskbarButtonProgress(0); in OnApply()
2682 void SetTaskbarButtonProgress(__in DWORD dwOverallPercentage) { in SetTaskbarButtonProgress() function in PythonBootstrapperApplication