Microsoft Internet Security and Acceleration Server 2000

FPCRefs.Add Method

Adds a new FPCRef object to the collection.

Usage examples for this method are shown in Preventing Access in a Web Publishing Scenario and Creating and Applying Enterprise Policy to an Array.

VBScript Syntax[VBScript]

[ oFPCRef = ] FPCRefs.Add( sName, sApplicationFilterGuid, ItemScope )

C++ Syntax[C++]

HRESULT Add( 
  BSTR sName, 
  BSTR sApplicationFilterGuid, 
  FpcItemScope ItemScope, 
  IFPCRef **ppoFPCRef
);

Parameters

sName
Required. String that specifies the name of the object to be added.
sApplicationFilterGuid
Optional. String that specifies the GUID of the application filter if the object being added represents an application filter protocol.
ItemScope
Item scope. It can have a value from the FpcItemScope enumerated type. Has a default value of fpcArrayScope. Must have a value of fpcArrayScope for a standard edition server or stand-alone server.

Return Values

oFPCRef
Returns a reference to the new FPCRef object.

Applies To

FPCRefs