get_enum_flag
get flag of enum
enum_id - ID of enum
returns: flags of enum. These flags determine representation
of numeric constants (binary, octal, decimal, hex)
in the enum definition. See start of this file for
more information about flags.
Returns 0 if enum_id is bad.
long get_enum_flag(long enum_id);
Last updated