# set\_enum\_flag

```
set flag of enum
     enum_id - id of enum
     flag    - flags for representation of numeric constants
               in the definition of enum.
returns: 1-ok, 0-failed

success set_enum_flag(long enum_id, long flag);
```
