Discussion:
Can I use winhttp and wininet at the same executable (.exe)?
(too old to reply)
xie bo
2006-11-03 15:36:48 UTC
Permalink
Hi all,

Can I use winhttp and wininet at the same executable (.exe)? Thanks!
Stephen Sulzer
2006-11-04 09:06:04 UTC
Permalink
Yes, but not within the same C/C++ source code file. You cannot #include
both wininet.h and winhttp.h from the same source file. Also, handles
created by one API cannot be used with the other API.

Regards,
- Stephen

Loading...