Contains information about an alert event.
struct EventNetwareAlertStruct {
LONG alertFlags;
LONG alertId;
LONG alertLocus;
LONG alertClass;
LONG alertSeverity;
LONG targetStationCount;
LONG targetStationList[32];
LONG targetNotificationBits;
LONG alertParmCount;
void *alertDataPtr;
void *NetWorkManagementAttributePointer;
LONG alertUnused[2];
LONG alertControlStringMessageNumber;
BYTE alertControlString[256];
BYTE alertParameters[256+256];
BYTE alertModuleName[36];
LONG alertModuleMajorVersion;
LONG alertModuleMinorVersion;
LONG alertModuleRevision;
};
Specifies the flags set at the time of the event (see Section 13.2, Alert Flag Values).
Specifies the ID of the alert (see Section 13.3, Alert ID Values).
Specifies the location of the alert (see Section 13.4, Alert Location Values).
Specifies the class of the alert (see Section 13.1, Alert Class Values).
Specifies the severity of the alert (see Section 13.5, Alert Severity Values).
Specifies the number of valid entries in targetStationList.
Specifies the first 32 stations that were notified of the event.
Specifies the notifications that are generated by the alert (see Section 13.6, Target Notification Bit Values).
Is not implemented currently.
Is not implemented currently.
Is reserved.
Is not implemented currently.
Is not implemented currently.
Is not implemented currently.
Is not implemented currently.
Specifies the name of the NLM that generated the alert.
Specifies the major version of the module that generated the alert.
Specifies the minor version of the module that generated the alert.
Specifies the revision number of the module that generated the alert.