Share via


INTERNET_PROXY_INFO (Windows CE 5.0)

Send Feedback

This structure contains information that is supplied with the INTERNET_OPTION_PROXY value to get or set proxy information on a handle obtained from a call to the InternetOpen function.

typedef struct {DWORDdwAccessType;LPCTSTRlpszProxy;LPCTSTRlpszProxyBypass;} INTERNET_PROXY_INFO, *LPINTERNET_PROXY_INFO;

Members

  • dwAccessType
    Unsigned long integer value that contains the access type. The following table shows the possible values.
    Value Description
    INTERNET_OPEN_TYPE_DIRECT Internet accessed through a direct connection.
    INTERNET_OPEN_TYPE_PRECONFIG Applies only when setting proxy information.
    INTERNET_OPEN_TYPE_PROXY Internet accessed using a proxy.
  • lpszProxy
    Pointer to a string value that contains the proxy server list.
  • lpszProxyBypass
    Pointer to a string value that contains the proxy bypass list.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Wininet.h.

See Also

InternetOpen | WinInet Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.