Microsoft Internet Security and Acceleration Server 2000

FPCLDT.Add Method

Creates a new FPCLDTEntry object in the list and returns a reference to it. The Save method must be called to save the added FPCLDTEntry object to persistent storage.

VBScript Syntax[VBScript]

[ oFPCLDTEntry = ] FPCLDT.Add( sDomainName )

C++ Syntax[C++]

HRESULT Add(
  BSTR sDomainName, 
  IFPCLDTEntry **ppoFPCLDTEntry
);

Parameters

sDomainName
Required. String that specifies the name of the new LDT entry.

Return Value

oFPCLDTEntry
Returns a reference to an FPCLDTEntry object.

Applies To

FPCLDT