﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2066	bad dllStructSetData return for int	Jpm	Jon	"running the following script show a little discrepancy of a int64 return instead of an int32
{{{
Local $struct = DLLStructCreate(""int"")
$n=DllStructSetData($struct,1,1)
ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $n = ' & $n & "" "" & VarGettype($n) & @crlf & '>Error code: ' & @error & '    Extended code: 0x' & Hex( @extended) & @crlf) ;### Debug Console
$n=DLLStructGetData($struct,1)
ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $n = ' & $n & "" "" & VarGettype($n) & @crlf & '>Error code: ' & @error & '    Extended code: 0x' & Hex( @extended) & @crlf) ;### Debug Console
}}}

same under beta 23

Environment(Language:040C  Keyboard:0000040C  OS:WIN_7/Service Pack 1  CPU:X64 OS:X86)"	Bug	closed	3.3.9.21	AutoIt	3.3.6.1	None	Fixed		
