NMCOLUMNINFO

The NMCOLUMNINFO structure defines one column in the top pane of the Event Viewer.

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

Client Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Header

Declared in Netmon.h.