Searched defs:SetWindowStyle (Results 1 – 2 of 2) sorted by relevance
74 SetWindowStyle(IN HWND hWnd, in SetWindowStyle() function
153 #define SetWindowStyle(hwnd, val) (DWORD)SetWindowLongPtr(hwnd, GWL_STYLE, val) macro