WS_EX_OVERLAPPEDWINDOW top-level constant

int const WS_EX_OVERLAPPEDWINDOW

The window is an overlapped window.

Implementation

const WS_EX_OVERLAPPEDWINDOW = WS_EX_WINDOWEDGE | WS_EX_CLIENTEDGE;