Skip to content

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

GLN_API gln_status_t GLN_CALL gln_revolut_product_credentials_preflight(
    const gln_revolut_config_t* in_config,
    gln_error_t*                out_error);
  • Family: Row field accessors
  • Return type: gln_status_t

Purpose

Reads the revolut product credentials preflight field from a typed gln revolut config t without taking ownership of the handle.

Nullable parameter slots (out_error) may be passed as NULL; all other non-value parameters follow the nullability shown in the table.

Return

Returns GLN_OK on success and a non-OK gln_status_t value on failure.

TypeNullabilityOwnership
gln_status_tvaluevalue

Parameters

NameDirectionTypeNullabilityOwnership
in_configinputconst gln_revolut_config_t*nonnullborrowed
out_erroroutputgln_error_t*nullablecaller_allocated_output

See Also