CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2001
    Posts
    3

    Lightbulb IStream to Stream -anybody know?(COM->C#)

    Hello people! I have ATL COM Server, there are some important functions, which pass IStream* arguments. I have no problems with diffrent types, but one type, which i cannot convert to C# type. How can convert from IStream(COM) to Stream(C# client)
    For me is not important type in C#, i need onli get data from IStream.
    Thank you!

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    do you have sample code which isn't working. may someone look in here
    - Software Architect

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured