Microsoft Internet Security and Acceleration Server 2000

FPCAlertInfo.GetAllProperties Method

Gets all the properties of the FPCAlertInfo object at once.

VBScript Syntax[VBScript]

FPCAlertInfo.GetAllProperties( sEventGuid, sServerName, 
lAdditionalKey, sName, sDescription, dFirstSignalTime)

C++ Syntax[C++]

HRESULT GetAllProperties(
  BSTR *psEventGuid,
  BSTR *psServerName,
  long *plAdditionalKey,
  BSTR *psName,
  BSTR *psDescription,
  DATE *pdFirstSignalTime
);

Parameters

sEventGuid
[out] String that specifies the globally unique identifier (GUID) of the event that signaled the alert.
sServerName
[out] String that specifies the server name.
lAdditionalKey
[out] Long value that specifies the additional key.
sName
[out] String that specifies the name of the alert.
sDescription
[out] String that specifies the description of the alert.
dFirstSignalTime
[out] DATE value that specifies the system time of the first signaling of the alert.

Applies To

FPCAlertInfo