TcEventStates

This enum describes the event status.

enum TcEventStates
{
    CEVENTSTATE_INVALID =0x00,
    TCEVENTSTATE_SIGNALED =0x01,
    TCEVENTSTATE_RESET =0x02,
    TCEVENTSTATE_CONFIRMED =0x10,
    TCEVENTSTATE_RESETCON =0x12
}
Parameters

Item

Description

CEVENTSTATE_INVALID

Invalid state some errors occured

TCEVENTSTATE_SIGNALED

The event is signaled

TCEVENTSTATE_RESET

The event is reset

TCEVENTSTATE_CONFIRMED

the event is confirmed

TCEVENTSTATE_RESETCON

the event is reset and confirmed