RSOP_IEConnectionWinINetSettings class

Represents the settings used by the RasDial function to establish a remote access connection to the Internet using the Microsoft Windows Internet (WinInet) application programming interface (API).

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[AMENDMENT]
class RSOP_IEConnectionWinINetSettings
{
  string rsopID;
  sint32 rsopPrecedence;
  string connectionName;
  uint8  internetPerConnOptionListData[];
  uint32 internetPerConnOptionListDataSize;
};

Members

The RSOP_IEConnectionWinINetSettings class has these types of members:

Properties

The RSOP_IEConnectionWinINetSettings class has these properties.

connectionName

Data type: string

Access type: Read-only

Qualifiers: key, DisplayName ("Connection Name")

Unique name of a phone-book entry specifying settings through which an Internet connection can be obtained.

internetPerConnOptionListData

Data type: uint8 array

Access type: Read-only

Qualifiers: DisplayName ("Internet Per Connection Option List Data")

Array containing the values of options for Internet connections. This property corresponds to an array of INTERNET_PER_CONN_OPTION structures.

internetPerConnOptionListDataSize

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Internet Per Connection Option List Data Size")

Size of the array, in bytes, specified by the internetPerConnOptionListData property.

rsopID

Data type: string

Access type: Read-only

Qualifiers: key, DisplayName ("RSOP ID")

Foreign key to RSOP_PolicySetting.

rsopPrecedence

Data type: sint32

Access type: Read-only

Qualifiers: key, DisplayName ("RSOP Precedence")

Foreign key to RSOP_PolicySetting.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\RSOP\Computer, Root\RSOP\User
MOF
Rsop.mof
DLL
GPSvc.dll

See also

RSOP_PolicySetting

RasDial