I have a COM object that takes needs to take a stream from a C# client and processes it. It would appear that I should use IStream. So I write my idl like below. Then I use MIDL to compile to a tlb, a
I am in the process of automating the build of a legacy product and have hit a wall... I have a开发者_JAVA技巧 .idl file that is compiled in VC++ 6.0 using midl to generate a .tlb, .h and .c file tha
I want to add a method accepting IStream* to my COM interface. Here\'s the idl excerpt: import \"oaidl.idl\";