The HrTraceOpenEntry function retrieves a pointer to a trace entry.
Header file: | EDKMAPI.H |
Library: | EDKMAPI.LIB |
HRESULT HrTraceOpenEntry(
LPTRACEENTRY lpTraceEntry,
LONG *plAction,
FILETIME *pftArrivalTime,
FILETIME *pftDeferredTime,
LPSTR *lppszADMDName,
LPSTR *lppszCountryName,
LPSTR *lppszPRMDId,
LPSTR *lppszAttADMDName,
LPSTR *lppszAttCountryName,
LPSTR *lppszAttPRMDId
);
See Return Values.
You should ensure that pftArrivalTime is less than pftDeferredTime.
For more information on this function, see the HrTraceOpenEntry function in ITRACE.C under the EDKMAPI code sample in the Code Samples folder.
HrTraceCopyEntry, HrTraceGotoEntry, HrTraceGotoFirstEntry, HrTraceGotoNextEntry