HrTraceAppendEntryList

The HrTraceAppendEntryList function adds a trace entry to an existing trace information list.

Quick Info

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  
);
 

Parameters

lAction
Input parameter. The routing action the tracing site took.
ftArrivalTime
Input parameter. The time at which the message entered the tracing site.
ftDeferredTime
Input parameter. The time at which the tracing site released the message.
lpszADMDName
Input parameter. ADMD name.
lpszCountryName
Input parameter. Country name.
lpszPRMDId
Input parameter. PRMD identifier.
lpszAttADMDName
Input parameter. Attempted ADMD name.
lpszAttCountryName
Input parameter. Attempted country name.
lpszAttPRMDId
Input parameter. Attempted PRMD identifier.
lppTraceInfo
Input/output parameter. Points to a TRACEINFO structure containing trace information.

Return Values

See Return Values.

Remarks

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.

See Also

HrTraceAppendEntryList, HrTraceCreateEntryList, HrTraceGetEntryList, HrTraceGetEntryListSize, HrTraceSetEntryList