Tagged Questions
0
votes
1answer
382 views
Is there a WCF equivalent to RPC context handles?
I'm updating an old c++ service to use WCF instead of RPC and there is an issue as to what type to use when sending and receiving a handle (HANDLE, void*..etc). In the updated service I currently have ...