How to know about results of work with COM component?
Posted
by chester89
on Stack Overflow
See other posts from Stack Overflow
or by chester89
Published on 2010-04-13T21:32:01Z
Indexed on
2010/04/13
22:53 UTC
Read the original article
Hit count: 292
I suppose this question is more general than working with COM components. I have a .NET client written in C# and COM component written in pure Win32 API. Client side uses this component to perform some actions. How to know on the client that component did its job?
I think it may be socket/pipe, with component writing to it about results, and client reading from it displaying progress to the user. What is the best way to do this?
© Stack Overflow or respective owner