[B]wShowWindow[/B] Ignored unless [B]dwFlags[/B] specifies STARTF_USESHOWWINDOW. The [B]wShowWindow[/B] member can be any of the SW_ constants defined in WINUSER.H. For GUI processes, [B]wShowWindow[/B] specifies the default value the first time [URL="javascript:hhobj_4.Click()"][B][U][COLOR=#0000ff]ShowWindow[/COLOR][/U][/B][/URL] is called. The [I]nCmdShow[/I] parameter of [B]ShowWindow[/B] is ignored. In subsequent calls to [B]ShowWindow[/B], the [B]wShowWindow[/B] member is used if the [I]nCmdShow[/I] parameter of [B]ShowWindow[/B] is set to SW_SHOWDEFAULT.