# get\_enum\_member\_value

```
get value of symbolic constant
     const_id - id of symbolic constant
returns: value of constant or 0

long get_enum_member_value(long const_id);
```
