S
Shrihari Devji
Hello
I have a windows service developed in VC++. It exposes some
interface methods. I need to access them from C# client.
I cant add the reference since it might be running on some other
system. So I used activators to access the methods with the help of
InvokeMember function. But now the problem is I am not able to get the S_OK
or S_FALSE result values from Interface method. How to get this value. Or is
there any other way to solve the problem I have.
Regards
Shrihari Devji
RBEI Bangalore
I have a windows service developed in VC++. It exposes some
interface methods. I need to access them from C# client.
I cant add the reference since it might be running on some other
system. So I used activators to access the methods with the help of
InvokeMember function. But now the problem is I am not able to get the S_OK
or S_FALSE result values from Interface method. How to get this value. Or is
there any other way to solve the problem I have.
Regards
Shrihari Devji
RBEI Bangalore