﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1323	Wrong size of some types in DllStructCreate()	trancexx	Valik	"Documentation says that the size of 'ptr' with DllStructCreate() is 4 bytes and unlike with, for example, 'int_ptr' there is no mention of differences when x64 AutoIt is used.
I would assume it's the same thing with other alike types.
{{{
$tStructure = DllStructCreate(""ptr"")
$iSize = DllStructGetSize($tStructure)

ConsoleWrite(""Size of ptr = "" & $iSize & "" bytes"" & @CRLF)
MsgBox(64, ""ptr"", ""Size = "" & $iSize)
}}}
Link to the post with the results of that test [http://www.autoitscript.com/forum/index.php?showtopic=105150&view=findpost&p=749787]."	Bug	closed	3.3.1.7	Documentation	3.3.0.0	None	Fixed		
