STYLESTRUCT
The STYLESTRUCT
structure contains the window styles for a window.
typedef struct tagSTYLESTRUCT { // ss
DWORD
styleOld;
DWORD
styleNew;
} STYLESTRUCT, * LPSTYLESTRUCT;
Members
style
Specifies an
array of window style or extended-style flags.
See Also