InternetSetOption change connection limit

743 Views Asked by At

How can I change the connection limit programmatically by calling the InternetSetOption function on a null handle ? i.e.,

How to use

INTERNET_OPTION_MAX_CONNS_PER_SERVER 
or
INTERNET_OPTION_MAX_CONNS_PER_SERVER

with

InternetSetOption()
0

There are 0 best solutions below