Skip to content

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

GLN_API gln_status_t GLN_CALL gln_inspect_backend_result(
    const gln_backend_result_t*   in_result,
    gln_backend_result_summary_t* out_summary);
  • Family: Row field accessors
  • Return type: gln_status_t

Purpose

Reads the inspect backend result field from a typed backend result envelope without taking ownership of the handle.

Return

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

TypeNullabilityOwnership
gln_status_tvaluevalue

Parameters

NameDirectionTypeNullabilityOwnership
in_resultinputconst gln_backend_result_t*nonnullborrowed
out_summaryoutputgln_backend_result_summary_t*nonnullcaller_allocated_output

See Also