re_copyparm()

extern KADMOS_ERROR KADMOS_API re_copyparm
  (const ReParm *source, ReParm *destination);
      

Parameter:

source
Pointer to a parameter structure which shall be copied.
destination
Pointer to a destination parameter structure.

Return value:

RE_SUCCESS or KADMOS error type.

Comment:

With this function parameters can be copied from a structure ReParm into an other structure. The pointer wlabels in the destination structure will not be overwritten. Instead, the content of wlabels will be copied from the source to the destination structure.

Reference: