IFPCNetwork::LDT property

Applies to: desktop apps only

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. Forefront TMG Client and 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.

This property is read-only.

Syntax

HRESULT get_LDT(
  IFPCLDT **ppLDT
);
' Data type: FPCLDT

Property LDT( _
  ByVal ppLDT As IFPCLDT _
) As FPCLDT

Property value

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

Error codes

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 FPCLDT collection retrieved (the IFPCLDT interface retrieved in C++).

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

FPCNetwork

 

 

Build date: 7/12/2010