INTERNET_PER_CONN_OPTION_LIST Structure

Contains the list of options for a particular Internet connection.

Syntax

C++
typedef struct {
  DWORD                      dwSize;
  LPTSTR                     pszConnection;
  DWORD                      dwOptionCount;
  DWORD                      dwOptionError;
  LPINTERNET_PER_CONN_OPTION pOptions;
}INTERNET_PER_CONN_OPTION_LIST, *LPINTERNET_PER_CONN_OPTION_LIST;

Members

dwSize

Size of the structure, in bytes.

pszConnection

Pointer to a string that contains the name of the RAS connection or NULL, which indicates the default or LAN connection, to set or query options on.

dwOptionCount

Number of options to query or set.

dwOptionError

Options that failed, if an error occurs.

pOptions

Pointer to an array of INTERNET_PER_CONN_OPTION structures containing the options to query or set.

Remarks

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

Requirements

Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
VersionInternet Explorer 5.0 or later
HeaderWininet.h
Unicode and ANSI namesINTERNET_PER_CONN_OPTION_LISTW (Unicode) and INTERNET_PER_CONN_OPTION_LISTA (ANSI)

See Also

InternetQueryOption
InternetSetOption
INTERNET_PER_CONN_OPTION

Send comments about this topic to Microsoft

Build date: 11/19/2009

Tags :


Page view tracker