Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2006 Sep : Thread safe
| Subject: | Thread safe |
| Posted by: | testgam..@gmail.com |
| Date: | 26 Sep 2006 23:37:52 |
When calling HttpOpenRequest (in async mode), I pass a custom
context object which I later reference in the "StatusCallBack"
function (status code INTERNET_STATUS_REQUEST_COMPLETE)
Is it safe to assume that the context object manipulation can be done
without taking any thread safety precautions?
Thanks!