DTM_START_PARMS

DTM_START_PARMS is referenced in the call to dtmStartTrunkMonitor. It determines the maximum number of events to send per second and when to send the events. The structure is defined as follows:

typedef struct
{
    DWORD size;               /* size of this structure           */
    DWORD maxevents;          /* max number of events per second  */
    DWORD reportmask;         /* controls when to send events     */
} DTM_START_PARMS ;

See dtmStartTrunkMonitor for valid values.