The HrTraceUpdateInfo function updates the trace information on a message.
Header file: | EDKMAPI.H |
Library: | EDKMAPI.LIB |
HRESULT HrTraceUpdateInfo(
LONG lAction,
FILETIME *lpftArrivalTime,
FILETIME *lpftDeferredTime,
LPTSTR lpszCountry,
LPTSTR lpszADMD,
LPTSTR lpszPRMD,
LPMESSAGE lpMessage
);
See Return Values.
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.