Home
last modified time | relevance | path

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

/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1826 _taskbarButtonCreatedMessage = ::RegisterWindowMessageW(L"TaskbarButtonCreated"); in InitializeTaskbarButton()
1827 …BalExitOnNullWithLastError(_taskbarButtonCreatedMessage, hr, "Failed to get TaskbarButtonCreated m… in InitializeTaskbarButton()
1980 if (pBA && pBA->_taskbarList && uMsg == pBA->_taskbarButtonCreatedMessage) { in WndProc()
3120 _taskbarButtonCreatedMessage = UINT_MAX; in PythonBootstrapperApplication()
3204 UINT _taskbarButtonCreatedMessage; member in PythonBootstrapperApplication