3 Jul
2007
3 Jul
'07
11:19 a.m.
Paul Vriens wrote:
Hi,
I've attached a possible solution for checking the validity of the service handle before using it.
Can somebody please comment on this? Do I need to protect the list with a CriticalSection?
Yes.
Is this overkill?
Yes. This should eventually be done via RPC, which has its own separate mechanism for making sure handles are valid. -- Rob Shearman