SW_SHOWDEFAULT top-level constant

int const SW_SHOWDEFAULT

Sets the show state based on the SW_ value specified in the STARTUPINFO structure passed to the CreateProcess function by the program that started the application.

Implementation

const SW_SHOWDEFAULT = 10;