IFPCServer3::GetAdapterRoutableIpRangeSet method

Applies to: desktop apps only

The GetAdapterRoutableIpRangeSet method retrieves an FPCReadOnlyIpRangeSet collection that contains objects representing the routable IP address ranges for the specified network adapter on the server.

Syntax

HRESULT GetAdapterRoutableIpRangeSet(
  [in]   BSTR AdapterNameOrIpAddress,
  [in]   String AdapterNameOrIpAddress,
  [out]  IFPCReadOnlyIpRangeSet **pVal
);
FPCServer.GetAdapterRoutableIpRangeSet( _
  ByVal AdapterNameOrIpAddress As BSTR, _
  ByVal AdapterNameOrIpAddress As String, _
  ByRef pVal As IFPCReadOnlyIpRangeSet _
) As FPCReadOnlyIpRangeSet

Parameters

  • AdapterNameOrIpAddress [in]

    C++

    Required. BSTR that specifies the name or IP address of the network adapter.

    VB

    Required. String that specifies the name or IP address of the network adapter.

  • pVal [out]
    Pointer to a variable that on return points to the IFPCReadOnlyIpRangeSet interface that represents the set of routable IP address ranges for the specified network adapter on the server.

Return value

C++

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

VB

This method returns a reference to an FPCReadOnlyIpRangeSet collection if successful. Otherwise, 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

FPCServer

 

 

Build date: 7/12/2010