SummaryItem structure
Represents summary information about an event.
Syntax
typedef struct SummaryItem { BSTR Name; BSTR Value; DWORD ID; DWORD ParentID; } SummaryItem;
Members
- Name
-
A COM string containing the name of the event summarized.
- Value
-
A COM string containing a value related to the event.
- ID
-
The ID of the event.
- ParentID
-
The ID of the Parent event, if any.
Requirements
|
Header |
|
|---|
Community Additions
ADD
Show: