STYLESTRUCT

This structure contains the window styles for a window.

At a Glance

Header file: Winuser.h
Windows CE versions: 1.0 and later

Syntax

typedef struct tagSTYLESTRUCT {
DWORD
styleOld;
DWORD
styleNew;
} STYLESTRUCT, * LPSTYLESTRUCT;

Members

style

Specifies an array of window style or extended-style flags.

See Also

WM_STYLECHANGED