OpenAPI User Guide > OpenAPI User Guide > OpenAPI Data Types > OpenAPI Data Structures > IIAPI_II_TRAN_ID Data Type--Identify Local Ingres Transaction ID
Was this helpful?
IIAPI_II_TRAN_ID Data Type--Identify Local Ingres Transaction ID
The IIAPI_II_TRAN_ID data type specifies a local Ingres transaction ID.
This data type has the following syntax:
typedef struct _IIAPI_II_TRAN_ID
{
        II_UINT4      it_highTran;
        II_UINT4      it_lowTran;
} IIAPI_II_TRAN_ID;
This data type has the following parameters:
it_highTran
Specifies the high order bytes of the transaction ID.
it_lowTran
Specifies the low order bytes of the transaction ID.
Last modified date: 01/30/2023