Hi,

I have test client COM component created in an STA.  I want to pass this
interface into managed code.  I then want to forward this interface on to
other managed components asynchronously via BeginInvoke on a delegate
object.  I undertstand that the system will create MTA threads to do this
and that my STA created COM pointer needs to be marshaled to be callable
from the MTA.  My question is what is the managed equivilant of
CoMarshalInterThreadInterfaceInStream?  Or is there a better way to do this?

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to