The HrTraceAppendEntryList function adds a trace entry to an existing trace information list.
Header file: | EDKMAPI.H |
Library: | EDKMAPI.LIB |
HRESULT HrTraceAppendEntryList(
LONG lAction,
FILETIME ftArrivalTime,
FILETIME ftDeferredTime,
LPSTR lpszADMDName,
LPSTR lpszCountryName,
LPSTR lpszPRMDId,
LPSTR lpszAttADMDName,
LPSTR lpszAttCountryName,
LPSTR lpszAttPRMDId,
LPTRACEINFO * lppTraceInfo
);
See Return Values.
You should ensure that ftArrivalTime is less than ftDeferredTime.
For more information on this function, see the HrTraceAppendEntryList function in ITRACE.C under the EDKMAPI code sample in the Code Samples folder.
HrTraceAppendEntryList, HrTraceCreateEntryList, HrTraceGetEntryList, HrTraceGetEntryListSize, HrTraceSetEntryList