Hi,

I have a method from some 3rd party COM with the following IDL description.

[id(6), helpstring("method GetPos")] HRESULT GetPos([out, size_is(Size)] 
double* Positions, [in] long Size, [out, retval] long * pReturnedSize);

I can't seem to work out what syntax I should use to return the 'Positions' 
data.  

The kind of thing I have tried is as follows:-

(pos,rs) = m.GetPos(3)

rs is returned correctly.
pos is just a single element.

Any guidance would be most welcome.

Cheers,

Calum.....



      
------------------------------------------------------------------------------
_______________________________________________
comtypes-users mailing list
comtypes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/comtypes-users

Reply via email to