Skip to content

Declared in <galanthus/c_api/gln_capi.h>.

GLN_API const char* GLN_CALL gln_get_ebics_key_status_phase_name(const gln_ebics_key_status_t* in_status);
  • Family: EBICS setup and key lifecycle
  • Return type: const char*

Purpose

Returns the stable string name for the EBICS key lifecycle phase.

Return

Returns the requested borrowed pointer, or NULL when it is not available.

TypeNullabilityOwnership
const char*nullableborrowed

Parameters

NameDirectionTypeNullabilityOwnership
in_statusinputconst gln_ebics_key_status_t*nonnullborrowed

See Also