strEventTriggerGroupData (All)
Purpose
This structure, which is used within the strEventData structure, is used by functions that return information about events. The description of each member is below.
Parameters
Returns
Example
Sample Code
VB
Public Structure strEventTriggerGroupData
Public GroupNumber As Integer ' The trigger group number for this group of triggers and conditions.
Public Triggers As String() ' The list (array) of triggers in this group in trigger_type : trigger_name format.
End Structure