Lines Matching defs:style
22 wndClassA.style = wndClass->style;
50 LPCWSTR windowName, DWORD style,
58 style, x, y, width, height, parentWindow,
63 style, x, y, width, height, parentWindow,
68 LPCWSTR windowName, DWORD style,
76 style, x, y, width, height, parentWindow,
99 style, x, y, width, height, parentWindow,
164 DWORD style = GetWindowLong(styleOffset);
165 DWORD newStyle = (style & ~remove) | add;
166 if (style == newStyle)