NMCOLUMNINFO structure
The NMCOLUMNINFO structure defines one column in the top pane of the Event Viewer.
Syntax
typedef struct {
LPSTR szColumnName;
NMCOLUMNVARIANT VariantData;
} EVENTCOLUMNINFO;
Members
-
szColumnName
-
Displayable name of a specific column. If the name is too long, it will not be completely visible in the default Event Viewer configuration.
-
VariantData
-
The data inserted into the column.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|