I have a COM which is going to read and process a large amount of data.  I
need to transfer this data to .NET.

The .NET application will be using the COM through its interface.  However,
the data needs to stream back from the COM, not wait until it's done.

So basically, it lays out like this:

Reader (COM) writes to -> InteropQueue is read by -> .NET Application.

As an added wrinkle, I would prefer to stay away from SAFEARRAYs as much as
possible.  This data is going to be a C++ structure with a union attached.

Any suggestions/Ideas?

John Woodard
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

Reply via email to