INTTRACEINFO

The INTTRACEINFO structure contains a list of actions, described by INTTRACEENTRY structures, that an MTA took on a message.

Quick Info

Header file: EDKMDB.H

typedef struct
  {
  ULONG          cEntries;
  INTTRACEENTRY  rgIntTraceEntry[MAPI_DIM];
  }  INTTRACEINFO, *PINTTRACEINFO;
 

Members

cEntries
The number of trace entries in rgIntTraceEntry
rgIntTraceEntry[MAPI_DIM]
An array of internal trace entries

Remarks

For an example of how to initialize this structure, see the the HrInternalTraceAppendEntryList function in the ITRACE.C code sample under the EDKMAPI topic.

See Also

INTTRACEENTRY