函数参考


_WinAPI_ArrayToStruct

转换字符串数组到结构.

#Include <WinAPIEx.au3>
_WinAPI_ArrayToStruct ( Const ByRef $aData [, $iStart [, $iEnd]] )

参数

$aData 被转换的数组.
$iStart [可选参数] 开始转换的数组索引.
$iEnd [可选参数] 结束转换的数组索引.

返回值

成功: 返回 "string1{0}string2{0}... stringN{0}{0}". 类型的结构
失败: 返回 0,设置 @error 标志为非 0 值.

注意/说明

该函数仅用于Unicode字符串

相关

详情参考

None