リストの交換のためのWSTPのC関数

リストの送信

WSPutInteger8List() 8ビット整数のリスト(unsigned char *)

WSPutInteger16List() 16ビット整数のリスト(short *)

WSPutInteger32List() 32ビット整数のリスト (int *)

WSPutInteger64List() 64ビット整数のリスト(mlint64 *)

WSPutReal32List() 32ビット実数のリスト(float *)

WSPutReal64List() 64ビット実数のリスト(double *)

WSPutReal128List() 4倍精度の浮動小数点数のリスト

リストの受信

WSGetInteger8List() 8ビット整数のリスト(unsigned char *)

WSGetInteger16List() 16ビット整数のリスト(short *)

WSGetInteger32List() 32ビット整数のリスト(int *)

WSGetInteger64List() 64ビット整数のリスト(mlint64 *)

WSGetReal32List() 32ビット実数のリスト(float *)

WSGetReal64List() 64ビット実数のリスト(double *)

WSGetReal128List() 4倍精度の浮動小数点数のリスト

リストのメモリの解放

WSReleaseInteger8List() 8ビット整数のリスト(unsigned char *)

WSReleaseInteger16List() 16ビット整数のリスト(short *)

WSReleaseInteger32List() 32ビット整数のリスト(int *)

WSReleaseInteger64List() 64ビット整数のリスト(mlint64 *)

WSReleaseReal32List() 32ビット実数のリスト(float *)

WSReleaseReal64List() 64ビット実数のリスト(double *)

WSReleaseReal128List() 4倍精度の浮動小数点数のリスト