Microsoft Internet Security and Acceleration Server 2000

FPCAlert.SetDefinitions Method

Sets the following definitions of the alert: event globally unique identifier (GUID), server name, and the additional key. The three must be set simultaneously because they form a unique triplet.

VBScript Syntax[VBScript]

FPCAlert.SetDefinitions( sEventGUID, sServerName, lAdditionalKey )

C++ Syntax[C++]

HRESULT SetDefinitions(
  BSTR sEventGUID,
  BSTR sServerName,
  long lAdditionalKey
);

Parameters

sEventGUID
String that specifies the GUID of the event that triggers this alert.
sServerName
Optional. String that specifies the name of the server that is allowed to signal this alert.
lAdditionalKey
Optional. Long value of the additional key. The key is an index to a table defined in the corresponding event.

Applies To

FPCAlert