tibrvcmTransport_GetSyncLedger()

Function

Declaration

tibrv_status tibrvcmTransport_GetSyncLedger(
    tibrvcmTransport    cmTransport,
    tibrv_bool*         syncLedger);

Purpose

Extract the sync ledger flag of a certified delivery transport.

Parameter

Description

cmTransport

Extract the sync ledger flag from this certified delivery transport object.

syncLedger

The program supplies a location, and the function stores the sync ledger flag in that location.

Errors

The error code TIBRV_ARG_CONFLICT can indicate that the transport does not have a ledger file.

See Also

Ledger File

tibrvcmTransport_Create()