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.
HRESULT get_LDT( IFPCLDT** ppLDT );
Address of an interface pointer that on return points to an IFPCLDT interface that represents the LDT.
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Property LDT As FPCLDT
Reference to an FPCLDT collection that contains the entries in the LDT.
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++).
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. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.