Microsoft Internet Security and Acceleration Server 2000

FPCAccounts.Add Method

Creates a new account object, inserts it into the collection, and returns a reference to it.

VBScript Syntax[VBScript]

[ oFPCAccount = ] FPCAccounts.Add( sAccount, iAccountStat )

C++ Syntax[C++]

HRESULT Add(
  BSTR sAccount,
  FpcIncludeStatus iAccountStat,
  IFPCAccount **ppoFPCAccount
);

Parameters

sAccount
Required. String that specifies the account. Specified in domain\accountname format.
iAccountStat
Required. Integer flag. Can have a value from the FpcIncludeStatus enumerated type.

Return Values

oFPCAccount
Returns a reference to the FPCAccount object.

Applies To

FPCAccounts