Skip to content

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

GLN_API size_t GLN_CALL gln_get_revolut_created_payment_draft_provider_status_count(
    const gln_revolut_created_payment_draft_t* in_result);
  • Family: Count and at accessors
  • Return type: size_t

Purpose

Returns the number of entries materialized in the gln revolut created payment draft t.

Return

Returns the number of rows or entries materialized in the supplied typed view.

TypeNullabilityOwnership
size_tvaluevalue

Parameters

NameDirectionTypeNullabilityOwnership
in_resultinputconst gln_revolut_created_payment_draft_t*nullableborrowed

Notes

Passing NULL for in_result is allowed and returns 0.

See Also