Converts an array of strings to the structure
#include <WinAPIMisc.au3>
_WinAPI_ArrayToStruct ( Const ByRef $aData [, $iStart = 0 [, $iEnd = -1]] )
$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. |
Success: | the structure of the type "string1;{0};string2;{0}; ... ;stringN;{0};{0}". |
Failure: | sets the @error flag to non-zero. |
This function works for Unicode strings only.