TcEventConCodes

This enum describes the event confirmation codes. The confirm code is used to describe how the the event is confirmed

enum TcEventConCodes
{
    TCEVENTCON_OK =0,
    TCEVENTCON_ABORT =1,
    TCEVENTCON_IGNORE =2,
    TCEVENTCON_RETRY =3
};
Parameters

Item

Description

TCEVENTCON_OK

The confirmation was ok

TCEVENTCON_ABORT

The confirmation was aborted

TCEVENTCON_IGNORE

The confirmation was ignored

TCEVENTCON_RETRY

The confirmation was retried