﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3177	_WinAPI_ShowWindow() does not give True if successful	bitnugger		"According to the Help file (AutoIt-en-v3.3.10.2) the function _WinAPI_ShowWindow() should give True if successful, but that's not correct...

{{{
$hWnd = WinGetHandle(""[Active]"")
$iSuccess = _WinAPI_ShowWindow($hWnd, @SW_SHOW)
ConsoleWrite(""var: $iSuccess --> "" & $iSuccess & @LF)
}}}

Output:
{{{
var: $iSuccess --> 24
}}}


"	Bug	closed		AutoIt	3.3.14.2	None	No Bug		
