HrTraceUpdateInfo

The HrTraceUpdateInfo function updates the trace information on a message.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrTraceUpdateInfo(
  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 HrTraceUpdateInfo 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

HrTraceSetInfo