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.

QuickInfo

  Windows NT: Requires version 3.5 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Requires version 1.0 or later.
  Header: Declared in winuser.h.

See Also

Windows Overview, Window Structures, WM_STYLECHANGED, WM_STYLECHANGING