LDT Property of the IFPCNetwork Interface

The LDT property gets an FPCLDT collection that contains the entries in the local domain table (LDT). A single entry in the LDT can represent a single computer specified by a fully qualified domain name (FQDN), all the computers in a specified domain, or all the computers in all domains in the network. 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 Forefront TMG computer for forwarding to its destination by the Microsoft Firewall service.

[C++]
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 Value

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

[Visual Basic]
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 (the IFPCLDT interface retrieved in C++).

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCNetwork


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.