HrTraceSetEntryList

The HrTraceSetEntryList function specifies the trace information that is recorded for a message.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrTraceSetEntryList(
  LPMESSAGE lpMessage,  
  LPTRACEINFO lpTraceInfo  
);
 

Parameters

lpMessage
Input parameter. Points to a MAPI IMessage interface containing the message.
lpTraceInfo
Input parameter. Points to trace information.

Return Values

See Return Values.

Remarks

For more information on this function, see the HrTraceSetEntryList function in ITRACE.C under the EDKMAPI code sample in the Code Samples folder.

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

See Also

HrTraceAppendEntryList, HrTraceCreateEntryList, HrTraceGetEntryList, HrTraceGetEntryListSize