HrTraceCreateEntryList

The HrTraceCreateEntryList function creates a trace information list.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrTraceCreateEntryList(
  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
Output parameter. Points to a TRACEINFO structure containing trace information.

Return Values

See Return Values.

Remarks

It is important that ftArrivalTime is less than ftDeferredTime.

For more information on this function, see Gateway Trace Information.

See Also

HrTraceAppendEntryList, HrTraceGetEntryList, HrTraceSetEntryList