This enumeration is used to determine how the field should be displayed based on information from the XML data files and is reported through the DisplayFormat property.
[Visual Basic]
Public Enum EventFieldDisplayFormat[C#]
public enum EventFieldDisplayFormat[C++]
__value public enum EventFieldDisplayFormat
Members
Member name
Description
DisplayDefault
Display the field normally. This is the default.
DisplayTime
Display the field as a DateTime.
DisplayHex
Display the field as a hexadecimal number.
DisplayBitmask
Display the field as a bitmask. More bitmask details can be found in the EventBitmasks property.
Requirements
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family