SW_SHOWNA top-level constant

int const SW_SHOWNA

Displays the window in its current size and position.

This value is similar to SW_SHOW, except that the window is not activated.

Implementation

const SW_SHOWNA = 8;