> I am trying to get the arrays out of this function (from the IDL):
>
> [id(175), helpstring("method CreateFooBarArray")] HRESULT
> CreateFooBarArray([out]DOUBLE** FooArray, [out] DOUBLE** BarArray,
> [out,retval] ULONG* SizeOfFooBarArrays);
>
> The two arrays (Foo and Bar) are created with malloc
, April 04, 2006 12:15 PM
To: [email protected]
Subject: [python-win32] Importing an array from COM into Python
Hello,
I am trying to get the arrays out of this function (from the IDL):
[id(175), helpstring("method CreateFooBarArray")] HRESULT
CreateFooBarArray([out]DOUBLE** Fo
Hello,
I am trying to get the arrays out of this function (from the IDL):
[id(175), helpstring("method CreateFooBarArray")] HRESULT
CreateFooBarArray([out]DOUBLE** FooArray, [out] DOUBLE** BarArray,
[out,retval] ULONG* SizeOfFooBarArrays);
The two arrays (Foo and Bar) are created with malloc and