SW_SHOWDEFAULT top-level constant

  1. @Deprecated('Use SHOW_WINDOW_CMD.SW_SHOWDEFAULT instead')
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

@Deprecated('Use SHOW_WINDOW_CMD.SW_SHOWDEFAULT instead')
const SW_SHOWDEFAULT = 10;