Content-type: text/html
int Trace_Stats(fp, statPtr) FILE *fp; trace_stat_t *statPtr;
Trace_Stats returns a structure containing the following information on a trace: times of the first and last records, the total number of records in the trace, the number of user presentable records read, the number of records returned (not filtered out), the total number of bytes read in the trace, and the number of bytes in the records read thus far.
Returns TRACE_FILERECORDNOTFOUND if fp is not an open trace. Otherwise, returns TRACE_SUCCESS.
Lily B. Mummert