WS_OVERLAPPED top-level constant

int const WS_OVERLAPPED

The window is an overlapped window. An overlapped window has a title bar and a border. Same as the WS_TILED style.

Implementation

const WS_OVERLAPPED = 0x00000000;