Microsoft Internet Security and Acceleration Server 2004 SDK

IFPCURLSets::Add[C++]

FPCURLSets.Add [Visual Basic]

[C++]

The Add method creates a new FPCURLSet object in the collection and returns a reference to it.

HRESULT Add(
  BSTR Name,
  IFPCURLSet** ppNewSet
);

Parameters

Name
[in] Required. BSTR that specifies the name of the new URL set.
ppNewSet
[out] Address of an interface pointer that on return points to the new IFPCURLSet interface created.

Return Values

This method can return one of the following:

[Visual Basic]

The Add method creates a new FPCURLSet object in the collection and returns a reference to it.

Function Add( _
  ByVal Name As String _
) As FPCURLSet

Parameters

Name
[in] Required. String that specifies the name of the new URL set.

Return Values

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

Example Code

For VBScript code examples that show how to use this method to add new URL sets to the URL sets collection for use in cache rules and access rules, see Adding Cache Rules, Adding an Access Rule, and Controlling Access by a Schedule and a User Set.

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

FPCURLSets