Skip to content

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

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

Purpose

Returns nonzero when HPB has staged EBICS bank keys that still require digest verification.

Return

Returns the requested int value.

TypeNullabilityOwnership
intvaluevalue

Parameters

NameDirectionTypeNullabilityOwnership
in_statusinputconst gln_ebics_key_status_t*nonnullborrowed

See Also