Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp34 static const int WM_PYBA_SHOW_HELP = WM_APP + 100; variable
1325 …(pThis->_hWnd, BOOTSTRAPPER_ACTION_HELP == pThis->_command.action ? WM_PYBA_SHOW_HELP : WM_PYBA_DE… in UiThreadProc()
1904 case WM_PYBA_SHOW_HELP: in WndProc()