PEReportAlertInfo contains information on Report Alerts. This information is used by PEGetNthReportAlert, to retrieve information on the Report Alerts in the report.
typedef struct PEReportAlertInfo
{
WORD StructSize;
short nameLength;
HANDLE name;
short isEnabled;
short alertConditionLength;
HANDLE alertConditionFormula;
DWORD nTriggeredInstances;
short alertMessageLength;
short defaultAlertMessageLength;
HANDLE alertMessageFormula;
HANDLE defaultAlertMessage;
} PEReportAlertInfo;
Release the HANDLE even if you are not using it.
Type PEReportAlertInfo
StructSize As Integer
nameLength As Integer
name as Long
isEnabled As Integer
alertConditionLenght As Integer
alertConditionFormula As Long
nTriggeredInstances As Long
alertMessageLength As Integer
defaultAlertmessageLength As Integer
alertMessageFormula As Long
defaultAlertMessage as Long
End Type
type PEReportAlertInfo = record StructSize : Word; nameLength : Smallint; name : HWND; isEnabled : Smallint; alertConditionLength : Smallint; alertConditionFormula : HWND; nTriggeredInstances : DWord; alertMessageLength : SmallInt; defaultAlertMessageLength : SmallInt; alertMessageFormula : HWND; defaultAlertMessage : HWND; end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |