转换字符串数组到结构.
#Include <WinAPIEx.au3>
_WinAPI_ArrayToStruct ( Const ByRef $aData [, $iStart [, $iEnd]] )
$aData | 被转换的数组. |
$iStart | [可选参数] 开始转换的数组索引. |
$iEnd | [可选参数] 结束转换的数组索引. |
成功: | 返回 "string1{0}string2{0}... stringN{0}{0}". 类型的结构 |
失败: | 返回 0,设置 @error 标志为非 0 值. |