XvhProcessLinkData(3X)
NAME
XvhProcessLinkData − Get hypertext data for subsequent calls to XvhGetTopicData.
SYNOPSIS
#include <Xvh/FormatTerm.h> int XvhProcessLinkData (hyperList, helpVolume, locationID)
XvhHyperLines *hyperList;
char**helpVolume;
char**locationID;
DESCRIPTION
XvhProcessLinkData returns the help volume and location ID associated with each hypertext link.
hyperListSpecifies a pointer to a hypertext link structure.
helpVolume
Returns the name of the help volume associated with the hypertext link. The caller is responsible for freeing the memory associated with the string.
locationID
Returns the location ID associated with this hypertext link. The caller is responsible for freeing the memory associated with the string.
RETURN VALUE
Returns a zero (0) if successful, a minus 1 (-1) if errors occurred.
RELATED INFORMATION
XvhFreeTopicData(3X) and XvhGetTopicData(3X) The HP Help System Developer’s Guide
Hewlett-Packard Company — Xvh Release 1.0: August 1992