WININET_InternetOpen_Types Enumerated List
See Also Example Applies To
This enumerated list is used in the InternetOpen function to set up the access type.
INTERNET_OPEN_TYPE_DIRECT
Value 1 - Resolves all host names locally.
INTERNET_OPEN_TYPE_PRECONFIG
Value 0 - Retrieves the proxy or direct configuration
from the registry.
INTERNET_OPEN_TYPE_PRECONFIG_WITH_NO_AUTOPROXY
Value 4 - Retrieves the proxy or direct configuration from
the registry and prevents the use of a startup Microsoft JScript
or Internet Setup (INS) file.
INTERNET_OPEN_TYPE_PROXY
Value 3 - Passes requests to the proxy unless a proxy bypass
list is supplied and the name to be resolved bypasses the proxy.
In this case, the function uses INTERNET_OPEN_TYPE_DIRECT.
|