UDF > WinAPIEx > Miscellaneous > Struct >


_WinAPI_ArrayToStruct

Convertit un tableau de chaînes en structure

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

Paramètres

$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.

Valeur de retour

Succès: Retourne la structure du type "string1;{0};string2;{0};... ;stringN;{0};{0}".
Échec: Définit @error <> 0.

Remarque

Cette fonction traite les chaînes Unicode seulement.