Microsoft Internet Security and Acceleration Server 2004 SDK

DialingConfiguration Property of IFPCNetworkConfiguration[C++]

FPCNetworkConfiguration.DialingConfiguration [Visual Basic]

[C++]

The DialingConfiguration property gets an FPCDialingConfiguration object that defines the automatic dialing configuration.

HRESULT get_DialingConfiguration(
  IFPCDialingConfiguration** ppDialingConfiguration
);

Parameters

ppDialingConfiguration
Address of an interface pointer that on return points to an IFPCDialingConfiguration interface that defines Microsoft Firewall service dialing.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. You can modify the dialing settings by calling the properties and methods of the IFPCDialingConfiguration interface retrieved.

[Visual Basic]

The DialingConfiguration property gets an FPCDialingConfiguration object that defines the automatic dialing configuration.

Property DialingConfiguration As FPCDialingConfiguration

Property Value

Reference to an FPCDialingConfiguration object that defines the Microsoft Firewall service dialing.

Remarks

This property is read-only. You can modify the dialing settings by calling the properties and methods of the FPCDialingConfiguration object retrieved.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCNetworkConfiguration