HrTraceGotoFirstEntry

The HrTraceGotoFirstEntry function obtains a pointer to the first trace entry.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

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

Parameters

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

Return Values

See Return Values.

Remarks

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

See Also

HrTraceCopyEntry, HrTraceGotoEntry, HrTraceGotoNextEntry, HrTraceOpenEntry