Funktionreferenz


_WinAPI_ArrayToStruct


Converts an array of strings to the structure

#include <WinAPIMisc.au3>
_WinAPI_ArrayToStruct ( Const ByRef $aData [, $iStart = 0 [, $iEnd = -1]] )

Parameter

$aData The array to convert.
$iStart [optional] The index of array to start converting at.
$iEnd [optional] The index of array to stop converting at.

Rückgabewert

Success: the structure of the type "string1;{0};string2;{0}; ... ;stringN;{0};{0}".
Failure: sets the @error flag to non-zero.

Bemerkungen

This function works for Unicode strings only.