HrTraceGetEntryList

The HrTraceGetEntryList function obtains the trace information for a message.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrTraceGetEntryList(
  LPMESSAGE lpMessage,        
  LPTRACEINFO * lppTraceInfo  
);
 

Parameters

lpMessage
Input parameter. Points a MAPI IMessage interface containing the message.
lppTraceInfo
Output parameter. Points to a TRACEINFO structure containing trace information.

Return Values

See Return Values.

Remarks

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

For information about the IMessage interface, see the MAPI Programmer's Reference.

See Also

HrTraceAppendEntryList, HrTraceCreateEntryList, HrTraceGetEntryListSize, HrTraceSetEntryList