Microsoft Internet Security and Acceleration Server 2004/2006 SDK
IFPCDelegatedAdmins::Add[C++] | FPCDelegatedAdmins.Add [Visual Basic]
C++

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

HRESULT Add(
  BSTR Account,
  BSTR Role,
  IFPCDelegatedAdmin** ppNewDelegatedAdmin );

Parameters

Account
[in] Security identifier (SID) or name of the user or group of users. An account name can be specified in domain\user-name format.
Role
[in] Administrative role that will be assigned to the user or group of users.
ppNewDelegatedAdmin
[out] Address of an interface pointer that on return points to the new IFPCDelegatedAdmin interface created.

Return Values

This method can return one of the following:

  • S_OK, indicating that the operation succeeded.
  • An error code, indicating that the operation failed. In this case, the [out] parameter returned is a null object.
Visual Basic

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

Function Add( _
  ByVal Account As String, _
  ByVal Role As String _
) As FPCDelegatedAdmin

Parameters

Account
[in] Security identifier (SID) or name of the user or group of users. An account name can be specified in domain\user-name format.
Role
[in] Administrative role that will be assigned to the user or group of users.

Return Values

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

Requirements

Client Requires Windows XP.
Server Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition.
Version Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004.
IDL

Declared in Msfpccom.idl.

DLL Requires Msfpccom.dll.

See Also

FPCDelegatedAdmins

Page view tracker