CoGetInterfaceAndReleaseStream() in managed VC++.NET 2003
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, How to call CoGetInterfaceAndReleaseStream(…) in a secondary thread in managed VC++.NET 2003 application? I can successfully call CoMarshalInterThreadInterfaceInStream(…) in the main thread. After that in the secondary thread I call CoInitialize(NULL) with S_OK result, but CoGetInterfaceAndReleaseStream(…) returns -2147352568 error code. Please help!!!!!!!! Regards, Leonid