Searched refs:UiThreadProc (Results 1 – 1 of 1) sorted by relevance
687 _hUiThread = ::CreateThread(nullptr, 0, UiThreadProc, this, 0, &dwUIThreadId); in OnStartup()1309 static DWORD WINAPI UiThreadProc(__in LPVOID pvContext) { in UiThreadProc() function in PythonBootstrapperApplication