Board index » delphi » Getting array back from out-of-proc server
Serge
![]() Delphi Developer |
Tue, 20 Aug 2002 03:00:00 GMT
Getting array back from out-of-proc server
I wonder if anyone has a solution to the following problem.
I'm trying to implement IEnumMyTypeHere.Next() method and in IDL notation it looks as follows: HRESULT Next( and I compile the IDL using MIDL compiler. When I import resulting .tlb In-process it works just fine when I walk the **rgMyType pointer and My interface derives from IUnknown and I use oleautomation attribute + type Thanks. |