Searched refs:exStyle (Results 1 – 1 of 1) sorted by relevance
1663 unsigned long style, exStyle; in winApplyHints() local1878 exStyle = GetWindowLongPtr(hWnd, GWL_EXSTYLE); in winApplyHints()1880 exStyle = (exStyle & ~WS_EX_APPWINDOW) | WS_EX_TOOLWINDOW; in winApplyHints()1882 exStyle = (exStyle & ~WS_EX_TOOLWINDOW) | WS_EX_APPWINDOW; in winApplyHints()1883 SetWindowLongPtr(hWnd, GWL_EXSTYLE, exStyle); in winApplyHints()1887 iWindow, hint, style, exStyle); in winApplyHints()