SW_RESTORE top-level constant

int const SW_RESTORE

Activates and displays the window.

If the window is minimized or maximized, the system restores it to its original size and position. An application should specify this flag when restoring a minimized window.

Implementation

const SW_RESTORE = 9;