﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2160	DllStructGetStruct() - new function	Yashied		"Is it possible to add a new function to retrieve the source ""structure"" string that was passed in DllStructCreate() when creating the structure? For example:


{{{
$tStruct = DllStructCreate('int;int;ptr')
$sStruct = DllStructGetStruct($tStruct)

; $sStruct contains ""int;int;ptr""
}}}
"	Feature Request	closed		AutoIt		None	Rejected	Structure	
