Platform SDK: Exchange Server |
The HrTraceCopyEntry function saves trace entry information in a trace entry structure.
Header file: | EDKMAPI.H |
Library: | EDKMAPI.LIB |
HRESULT HrTraceCopyEntry( LONG lAction, FILETIME ftArrivalTime, FILETIME ftDeferredTime, LPSTR lpszADMDName, LPSTR lpszCountryName, LPSTR lpszPRMDId, LPSTR lpszAttADMDName, LPSTR lpszAttCountryName, LPSTR lpszAttPRMDId, LPTRACEENTRY lpTraceEntry );
See Return Values.
You should ensure that ftArrivalTime is less than ftDeferredTime.
For more information on this function, see the HrTraceCopyEntry function in ITRACE.C under the EDKMAPI code sample in the Code Samples folder.
HrTraceGetEntryList, HrTraceGotoEntry, HrTraceGotoFirstEntry, HrTraceGotoNextEntry, HrTraceOpenEntry