2.2.5.2.1 ALERT_VECTOR
The ALERT_VECTOR structure contains the alert types and the count of alerts used in the ALERT_MESSAGE structure, as specified in section 2.2.6.6.
-
struct { ULONG AlertArrayOffset; USHORT AlertCount; } ALERT_VECTOR;
AlertArrayOffset: A ULONG that contains array of ALERT structures, as specified in section 2.2.5.1.1.
AlertCount: A USHORT that contains the number of alerts in the AlertArrayOffset field.