tibrvcmTransport_GetLedgerName()

Function

Declaration

tibrv_status tibrvcmTransport_GetLedgerName(
    tibrvcmTransport    cmTransport,
    const char**        ledgerName);

Purpose

Extract the ledger name of a certified delivery transport.

Parameter

Description

cmTransport

Extract the ledger name from this certified delivery transport object.

ledgerName

The program supplies a location, and the function stores the ledger name 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()