GALANTHUS / ABI FUNCTION REFERENCE
gln_get_bank_info_supported_hbci_versions_count
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API size_t GLN_CALL gln_get_bank_info_supported_hbci_versions_count(const gln_bank_info_t* in_info);
Purpose
Returns the number of supported HBCI version strings materialized in the typed info view.
Return
Returns the number of rows or entries materialized in the supplied typed view.
| Type | Nullability | Ownership |
|---|---|---|
size_t | value | value |
Parameters
| Name | Direction | Type | Nullability | Ownership |
|---|---|---|---|---|
in_info | input | const gln_bank_info_t* | nullable | borrowed |
Supported HBCI Versions
The supported HBCI versions are copied as a materialized string list from the info result into the typed gln_bank_info_t view.
gln_get_bank_info_supported_hbci_version_at returns entries in the same order provided by the info result.
Notes
Passing NULL for in_info is allowed and returns 0.
Use this count as the exclusive upper bound for the matching _at accessor.