Contains debug parameters associated with debug events.
typedef struct DB_Parameter {
int type;
DB_value value;
};
An integer that indicates the type of the parameter. It will be one of the following values:
The DB_Value structure containing the actual parameter value.