HrTraceSetInfo

The HrTraceSetInfo function specifies the trace information that is saved for a message.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrTraceSetInfo(
  LONG lAction,               
  FILETIME *lpftArrivalTime,  
  FILETIME *lpftDeferredTime,  
  LPTSTR *lpszCountry,        
  LPTSTR *lpszADMD,           
  LPTSTR *lpszPRMD,           
  LPMESSAGE *lpMessage        
);
 

Parameters

lAction
Input parameter. Points to action.
lpftArrivalTime
Input parameter. Points to arrival time.
lpftDeferredTime
Input parameter. Points to deferred time.
lpszCountry
Input parameter. Points to country.
lpszADMD
Input parameter. Points to ADMD.
lpszPRMD
Input parameter. Points to PRMD.
lpMessage
Input/output parameter. Points to a MAPI IMessage interface containing the message.

Return Values

See Return Values.

Remarks

For more information on this function, see the HrTraceSetInfo 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

HrTraceUpdateInfo