Microsoft Internet Security and Acceleration Server 2000

FPCAlertActions.SetStartServices Method

Creates a new start-services action in the collection, or updates the start-services action if it already exists.

VBScript Syntax[VBScript]

[ oFPCAlertAction = ] FPCAlertActions.SetStartServices( sActionName, iServices )

C++ Syntax[C++]

HRESULT SetStartServices(
  BSTR sActionName,
  FpcServices iServices,
  IFPCAlertAction **ppoFPCAlertAction
);

Parameters

sActionName
Required. String that specifies the name of the action. Can be used to retrieve the action.
iServices
Required. Integer value that specifies which services to start. It can have a value from the FpcServices enumerated type.

Return Values

oFPCAlertAction
Returns a reference to an FPCAlertAction object for the new or updated start-services action.

Applies To

FPCAlertActions