Searched refs:_hWnd (Results 1 – 3 of 3) sorted by relevance
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | wrappers.cpp | 47 : _hInstance(NULL), _hWnd(NULL) in CDeviceWrapper() 63 _hWnd = CreateWindow(WINDOW_TITLE, WINDOW_TITLE, WS_OVERLAPPEDWINDOW, 0, 0, in WindowInit() 67 if (!_hWnd) in WindowInit() 73 ShowWindow(_hWnd, SW_SHOWDEFAULT); in WindowInit() 74 UpdateWindow(_hWnd); in WindowInit() 81 if (_hWnd) DestroyWindow(_hWnd); in WindowDestroy() 82 _hWnd = NULL; in WindowDestroy() 87 HWND CDeviceWrapper::WindowHandle() const { return _hWnd; } in WindowHandle()
|
D | wrappers.h | 88 HWND _hWnd; variable
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 395 browseInfo.hwndOwner = _hWnd; in OnCommand() 858 ::PostMessageW(_hWnd, WM_PYBA_PLAN_PACKAGES, 0, _command.action); in OnDetectComplete() 934 ::PostMessageW(_hWnd, WM_PYBA_APPLY_PACKAGES, 0, 0); in OnPlanComplete() 1055 … nResult = ::MessageBoxW(_hWnd, sczError ? sczError : wzError, _theme->sczCaption, dwUIHint); in OnError() 1083 int nResult = ::MessageBoxW(_hWnd, wzMessage, _theme->sczCaption, uiFlags); in OnExecuteMsiMessage() 1242 ofn.hwndOwner = _hWnd; in OnResolveSource() 1321 ::PostMessageW(pThis->_hWnd, WM_PYBA_SHOW_FAILURE, 0, 0); in UiThreadProc() 1325 …::PostMessageW(pThis->_hWnd, BOOTSTRAPPER_ACTION_HELP == pThis->_command.action ? WM_PYBA_SHOW_HEL… in UiThreadProc() 1790 _hWnd = ::CreateWindowExW( in CreateMainWindow() 1804 ExitOnNullWithLastError(_hWnd, hr, "Failed to create window."); in CreateMainWindow() [all …]
|