PEAlertInstanceInfo

PEAlertInstanceInfo contains information for a selected instance of a Report Alert. This information is used by PEGetNthAlertInstanceInfo, to retrieve information on the selected instance of the Report Alert.

C Syntax
typedef struct PEAlertInstanceInfo
{
    WORD StructSize;
    short alertMessageLength;
    HANDLE alertMessage;
} PEAlertInstanceInfo;

Members

StructSize

Specifies the size of the PEAlertInstanceInfo structure. Initialize this member to PE_SIZEOF_ALERT_INSTANCE_INFO.

alsertMessage
Length

Specifies the length of the alert message generated for this instance of the Report Alert.

alertMessage

Specifies a handle to the string containing alert message generated for this instance of the Report Alert.

Remarks

In the present build only the first instance of the Report Alert is created at runtime. This limitation will be addressed in a future release.

VB Type Listing
Type PEAlertInstanceInfo
    StructSize As Integer
    alertMessageLength As Integer
    alertMessage As Long
End Type
Delphi Record Listing
type PEAlertInstanceInfo = record
    StructSize : Word;
    alertMessageLength : Smallint;
    alertMessage : HWND;
end;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com