HrTraceGotoNextEntry

The HrTraceGotoNextEntry function retrieves a pointer to the next trace entry.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrTraceGotoNextEntry(
  LPTRACEINFO lpTraceInfo,  
  ULONG *lpulIndex,         
  LPTRACEENTRY *lppTraceEntry  
);
 

Parameters

lpTraceInfo
Input parameter. Points to a TRACEINFO structure containing trace information.
lpulIndex
Intput parameter. Index of the trace entry pointed to by lppTraceEntry in the trace information pointed to by lpTraceInfo.
lppTraceEntry
Output parameter. Points to a TRACEENTRY containing the trace entry.

Return Values

See Return Values.

Remarks

For more information on this function, see the HrTraceGotoNextEntry function in ITRACE.C under the EDKMAPI code sample in the Code Samples folder.

See Also

HrTraceCopyEntry, HrTraceGotoEntry, HrTraceGotoFirstEntry, HrTraceOpenEntry