﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2035	"DllCall() - undocumented datatype ""bool"""	Zedna		"In Helpfile for DllCall() there is not mentioned ""bool"" type for Valid Autoit Types. So oficially AutoIt Type ""int"" should be used for WINDOWS API Type ""bool"".

But I noticed in some UDFs there is used undocumented ""bool"" type directly and it works fine.
So probaly only Helpfile should be corrected accordingly.

Example:

{{{
Func _GUICtrlMenu_AppendMenu($hMenu, $iFlags, $iNewItem, $pNewItem)
	...
	Local $aResult = DllCall(""User32.dll"", ""bool"", ""AppendMenuW"", ""handle"", $hMenu, ""uint"", $iFlags, ""uint_ptr"", $iNewItem, $sType, $pNewItem)
	...
EndFunc   ;==>_GUICtrlMenu_AppendMenu
}}}
"	Bug	closed		Documentation	3.3.7.18	None	No Bug		
