WS_VISIBLE top-level constant
int
const WS_VISIBLE
The window is initially visible.
This style can be turned on and off by using the ShowWindow or SetWindowPos function.
Implementation
const WS_VISIBLE = 0x10000000;