Moshe

Moshe

  • NA
  • 3
  • 0

Is there anyway to pass a .Net Socket to COM ? (by VARIANT???)

Jul 4 2010 6:55 AM
Hi

I have a .NET application that use a COM. The listener is a .NET Socket and I need to pass it to the COM.
I can send it as a VARIANT or VARIANT*, but I can't cast it back to (Socket^) in the COM dll.

Somebody know how to do this?

thanks

Answers (1)