HrTraceGotoEntry

The HrTraceGotoEntry function retrieves a pointer to a TRACEENTRY structure in a TRACEINFO structure.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrTraceGotoEntry(
  LPTRACEINFO lpTraceInfo,  
  ULONG ulIndex,            
  LPTRACEENTRY *lppTraceEntry  
);
 

Parameters

lpTraceInfo
Input parameter. Points to a TRACEINFO structure containing trace information.
ulIndex
Input parameter. Index of the TRACEINFO structure where lpTraceInfo points within the TRACEENTRY structure where lppTraceEntry points.
lppTraceEntry
Output parameter. Points to a TRACEENTRY structure containing the trace entry information.

Return Values

See Return Values.

Remarks

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

See Also

HrTraceCopyEntry, HrTraceGotoFirstEntry, HrTraceGotoNextEntry, HrTraceOpenEntry,