DB_Parameter

Contains debug parameters associated with debug events.

Structure

  typedef struct DB_Parameter {
      int       type;
      DB_value  value;
  };
  

Fields

type

An integer that indicates the type of the parameter. It will be one of the following values:

Value

Type

1

DB_PARAM_TYPE_ENTRYID

2

DB_PARAM_TYPE_STRING

3

DB_PARAM_TYPE_BINARY

4

DB_PARAM_TYPE_INTEGER

5

DB_PARAM_TYPE_ADDRESS

6

DB_PARAM_TYPE_TIMESTAMP

7

DB_PARAM_TYPE_TIMEVECTOR

value

The DB_Value structure containing the actual parameter value.