SetRelResult(), SetRepResult()

extern KADMOS_ERROR KADMOS_API SetRelResult
  (const RelResult *relresult, RelResult *rrelement, int n);

extern KADMOS_ERROR KADMOS_API SetRepResult
  (const RepResult *represult, RepResult *rrelement, int n);
      

Parameter:

relresult, represult
Source structure to copy.
rrelement
Pointer to an array element of structures RelResult or RepResult.
n
Number of the array element to take the content.

Return value:

RE_SUCCESS or KADMOS error type.

Comment:

This function reads a directly specified data structure and copies it into a field of structures of the type RelResult or RepResult.

Reference: