INTERNET_PER_CONN_OPTION_LIST (Windows CE 5.0)

Send Feedback

This structure contains the list of options for a particular Internet connection.

typedef struct {DWORDdwSize;LPTSTRpszConnection;DWORDdwOptionCount;DWORDdwOptionError;LPINTERNET_PER_CONN_OPTIONpOptions;} INTERNET_PER_CONN_OPTION_LIST, *LPINTERNET_PER_CONN_OPTION_LIST;

Members

  • dwSize
    Unsigned long integer value that contains the size of this structure.
  • pszConnection
    Pointer to a string value that contains the name of the RAS connection or NULL, which indicates the default or LAN connection, to set or query options on.
  • dwOptionCount
    Unsigned long integer value that contains the number of options to query or set.
  • dwOptionError
    Unsigned long integer value that contains the options that failed if an error occurs.
  • pOptions
    Pointer to an array of INTERNET_PER_CONN_OPTION_LIST structures containing the options to query or set.

Remarks

In Internet Explorer 5, only the ANSI versions of InternetQueryOption and InternetSetOption will work with this structure. The Unicode versions will support using this structure in later versions of Internet Explorer.

Requirements

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

See Also

InternetQueryOption | InternetSetOption | WinInet Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.