Lines Matching defs:style
164 LPCTSTR windowName, DWORD style,
170 style, x, y, width, height, parentWindow,
176 LPCTSTR windowName, DWORD style,
182 style, x, y, width, height, parentWindow,
189 LPCWSTR windowName, DWORD style,
194 LPCWSTR windowName, DWORD style,
254 LONG_PTR SetStyle(LONG_PTR style) { return SetLongPtr(GWL_STYLE, style); }
255 // LONG_PTR SetStyle(DWORD style) { return SetLongPtr(GWL_STYLE, (LONG_PTR)style); }