Content-type: text/html
void Trace_GetPath(recPtr, pathplist, nump) dfs_header_t *recPtr; char *pathplist[]; int *nump;
Trace_GetPath returns the number of pathnames in the record in nump, and a list of pointers to the pathnames in pathplist. Most of the trace records contain pathnames; there are no more than 2 pathnames in any record. If there are no pathnames in a record, *nump will be set to 0.
Lily B. Mummert