set_enum_member_name
rename a member of enum - a symbolic constant
const_id - id of const
name - new name of constant
returns: 1-ok, 0-failed
success set_enum_member_name(long const_id, string name);
Last updated
Was this helpful?
rename a member of enum - a symbolic constant
const_id - id of const
name - new name of constant
returns: 1-ok, 0-failed
success set_enum_member_name(long const_id, string name);
Last updated
Was this helpful?