extern KADMOS_ERROR KADMOS_API GetRelResult
(const RelResult *relresult, int n, RelResult *rrelement);extern KADMOS_ERROR KADMOS_API GetRepResult
(const RepResult *represult, int n, RepResult *rrelement);
relresult, represultGetRelResult or GetRepResult.nrrelementRE_SUCCESS or KADMOS error type.
The functions copy the content of an array element of structures RelResult or RepResult into a
destination structure RelResult or RepResult.