GALANTHUS / ABI FUNCTION REFERENCE
gln_get_ebics_bank_keys_host_id
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API const char* GLN_CALL gln_get_ebics_bank_keys_host_id(const gln_ebics_bank_keys_t* in_keys);
Purpose
Returns the EBICS host id attached to a typed bank-key view.
Return
Returns the requested borrowed pointer, or NULL when it is not available.
| Type | Nullability | Ownership |
|---|---|---|
const char* | nullable | borrowed |
Parameters
| Name | Direction | Type | Nullability | Ownership |
|---|---|---|---|---|
in_keys | input | const gln_ebics_bank_keys_t* | nonnull | borrowed |