Wrapper function to facilitate the setting of links between the record of a base series and the record of a series that will provide supplementary information. In order for linked keywords and segments to be visible from a record from the series containing the link, the link must be resolved. This function establishes this connection between a single record in the series containing the link, and a single record in the supplementary series. After this link has been established, code that has a handle to the baserec record has access to keyword values and segments in the supplementingrec record. There are two types of links - dynamic links (DYNAMIC_LINK) and static links (STATIC_LINK). This code will set either kind. The linkname parameter is used to locate a link structure, which then indicates which type the link is.
Definition at line 201 of file drms_link.c.
|