Microsoft Internet Security and Acceleration Server 2004 SDK

LDT Property of IFPCNetwork[C++]

FPCNetwork.LDT [Visual Basic]

[C++]

The LDT property gets an FPCLDT collection that contains the entries in the local domain table (LDT). The LDT lists servers in a network behind the ISA Server computer. Firewall Client computers maintain a copy of the LDT for the local network, which is updated regularly. They may be configured to use the LDT for the local network to decide whether a request can sent directly to a destination that is included in the LDT, as it refers to a computer within the local network, or has to be sent to the ISA Server computer for forwarding to its destination by the Microsoft Firewall service.

HRESULT get_LDT(
  IFPCLDT** ppLDT
);

Parameters

ppLDT
Address of an interface pointer that on return points to an IFPCLDT interface that represents the LDT.

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. Individual entries of the LDT can be added, deleted, or modified by calling the methods of the IFPCLDT interface retrieved.

[Visual Basic]

The LDT property gets an FPCLDT collection that contains the entries in the local domain table (LDT). The LDT lists servers in a network behind the ISA Server computer. Firewall Client computers maintain a copy of the LDT for the local network, which is updated regularly. They may be configured to use the LDT for the local network to decide whether a request can sent directly to a destination that is included in the LDT, as it refers to a computer within the local network, or has to be sent to the ISA Server computer for forwarding to its destination by the Microsoft Firewall service.

Property LDT As FPCLDT

Property Value

Reference to an FPCLDT collection that contains the entries in the LDT.

Remarks

This property is read-only. Individual entries of the LDT can be added, deleted, or modified by calling the methods of the FPCLDT collection 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

FPCNetwork