TCEVENTVIEW_DISPLAYMODE
This enum is used to set the display mode of the TcEventViewer
enum TCEVENTVIEW_DISPLAYMODE
{
TCEVENTVIEW_MODE_ACTVIVE =0x00000000,
TCEVENTVIEW_MODE_LOGGEGED =0x00000001,
TCEVENTVIEW_MODE_SNAPSHOT =0x00000002,
TCEVENTVIEW_MODE_TRACE =0x00000003
}
Parameters
Item | Description |
---|---|
TCEVENTVIEW_MODE_ACTVIVE | Display active events. The TcEventView is kept in sync with the list of active events of the connected TcEventLog servers. |
TCEVENTVIEW_MODE_LOGGEGED | Display logged events. The TcEventView is kept in sync with the list of logged events of the connected TcEventLog servers. |
TCEVENTVIEW_MODE_SNAPSHOT | Returns a snapshot of the logged or active events. The TcEventView is not kept in sync with the list of logged events of the connected TcEventLog servers. A new snapshot of active events is displayed by calling ITcEventView::ShowActvieEvents |
TCEVENTVIEW_MODE_TRACE | New occurring events are added to the TcEventView; no event is deleted |