﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
279	AddressOfVar($VariableName), SizeOfVar($VariableName)	Zedna		"These new functiona will return memory Address/Size Of given AutoIt's Variable
so we can use some pointers/typecast tricks.
For example create structure ""over"" that memory and then get data in another type


{{{
$MemPointer = AddressOfVar($a)
$MemSize = SizeOfVar($a)
$struct = DllStructCreate(""byte["" & $MemSize & ""]"", $MemPointer)
$data = DllStructGetData($struct, 1)
}}}

I'm sure there will be another uses of this functionality
together with AutoIt's DllCall() and structures and memory API functions."	Feature Request	closed		AutoIt		None	Rejected		
