Convertit un tableau de cha�nes en structure
#include <WinAPIMisc.au3>
_WinAPI_ArrayToStruct ( Const ByRef $aData [, $iStart = 0 [, $iEnd = -1]] )
$aData | Le tableau � convertir. |
$iStart | [optionnel] L'index du tableau o� d�marrer la conversion. |
$iEnd | [optionnel] L'index du tableau o� arr�ter la conversion. |
Succ�s: | Retourne la structure du type "string1;{0};string2;{0};... ;stringN;{0};{0}". |
�chec: | D�finit @error <> 0. |
Cette fonction traite les cha�nes Unicode seulement.