Lines Matching refs:hWnd
1869 __in HWND hWnd,
1875 auto pBA = reinterpret_cast<PythonBootstrapperApplication*>(::GetWindowLongPtrW(hWnd, GWLP_USERDATA));
1882 ::SetWindowLongPtrW(hWnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(pBA));
1887 LRESULT lres = ThemeDefWindowProc(pBA ? pBA->_theme : nullptr, hWnd, uMsg, wParam, lParam);
1888 ::SetWindowLongPtrW(hWnd, GWLP_USERDATA, 0);
1893 if (!pBA->OnCreate(hWnd)) {
2000 return ThemeDefWindowProc(pBA ? pBA->_theme : nullptr, hWnd, uMsg, wParam, lParam);
2006 BOOL OnCreate(__in HWND hWnd) {
2009 hr = ThemeLoadControls(_theme, hWnd, CONTROL_ID_NAMES, countof(CONTROL_ID_NAMES));
2053 BOOL SetControlColor(HWND hWnd, HDC hDC, HBRUSH *brush) {
2055 if (_theme->rgControls[i].hWnd != hWnd) {