# get\_enum\_member\_bmask

```
get bit mask of symbolic constant
     const_id - id of symbolic constant
returns: bitmask of constant or 0
                        ordinary enums have bitmask = -1

long get_enum_member_bmask(long const_id);
```
