Thread Id of client app
COM
2
Posts
2
Posters
0
Views
1
Watching
-
I have an out-of-proc COM server. In one of the method of my COM server, I need Thread Id of the client application who is calling the method. Is there any way to get thread id fo client process in COM server code? Regards.
Pass it as an argument. There is more complicated way by overloading IMessageFilter::HandleIncomingCall, but I doubt you will find it appropriate/simple... "...Ability to type is not enough to become a Programmer. Unless you type in VB. But then again you have to type really fast..." Me