IFPCVpnConfiguration::SetDNSConfiguration method

Applies to: desktop apps only

The SetDNSConfiguration method sets the primary and backup DNS servers, or specifies that the DNS server name is obtained from a DHCP server.

Syntax

HRESULT SetDNSConfiguration(
  [in]            VARIANT_BOOL ObtainFromDHCP,
  [in, optional]  BSTR newPrimaryName,
  [in, optional]  BSTR newBackupName
);
FPCVpnConfiguration.SetDNSConfiguration( _
  ByVal ObtainFromDHCP As Boolean, _
  [ ByVal newPrimaryName As String ], _
  [ ByVal newBackupName As String ] _
)

Parameters

  • ObtainFromDHCP [in]
    Boolean value that indicates whether the DNS server name is obtained from a DHCP server.

  • newPrimaryName [in, optional]
    String that specifies the name of the primary DNS server. The default value is an empty string.

  • newBackupName [in, optional]
    String value that specifies the name of the backup DNS server. The default value is an empty string.

Return value

C++

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

VB

This method has no return values. If the call is unsuccessful, an error is raised that can be intercepted by using an error handler.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCVpnConfiguration

 

 

Build date: 7/12/2010