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.
typedef struct PEAlertInstanceInfo
{
WORD StructSize;
short alertMessageLength;
HANDLE alertMessage;
} PEAlertInstanceInfo;
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.
Type PEAlertInstanceInfo
StructSize As Integer
alertMessageLength As Integer
alertMessage As Long
End Type
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 |