Microsoft Internet Security and Acceleration Server 2000

FPCFilterProtocols.Add Method

Adds a new FPCFilterProtocol object to the collection.

VBScript Syntax[VBScript]

[ oFPCFilterProtocol = ] FPCFilterProtocols.Add( sGuid, sName )

C++ Syntax[C++]

HRESULT Add(
  BSTR sGuid, 
  BSTR sName, 
  IFPCFilterProtocol **ppoFPCFilterProtocol
);

Parameters

sGuid
Required. String that specifies the globally unique identifier (GUID) of the new application filter.
sName
Required. String that specifies the name of the protocol.

Return Value

oFPCFilterProtocol
Reference to an FPCFilterProtocol object.

Applies To

FPCFilterProtocols