Microsoft Internet Security and Acceleration Server 2004 SDK

IFPCLDT::Add[C++]

FPCLDT.Add [Visual Basic]

[C++]

The Add method creates a new FPCLDTEntry object in the collection and returns a reference to it. The Save method must be called to save the new FPCLDTEntry object to persistent storage.

HRESULT Add(
  BSTR DomainName,
  IFPCLDTEntry** ppNewLDTEntry
);

Parameters

DomainName
[in] Required. BSTR that specifies the name of the new local domain table (LDT) entry.
ppNewLDTEntry
[out] Address of an interface pointer that on return points to the new IFPCLDTEntry interface created.

Return Values

This method can return one of the following:

[Visual Basic]

The Add method creates a new FPCLDTEntry object in the collection and returns a reference to it. The Save method must be called to save the new FPCLDTEntry object to persistent storage.

Function Add( _
  ByVal DomainName As String _
) As FPCLDTEntry

Parameters

DomainName
[in] Required. String that specifies the name of the new local domain table (LDT) entry.

Return Values

This method returns a reference to an FPCLDTEntry object if successful. Otherwise, an error is raised that can be intercepted by using an error handler.

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

FPCLDT