get_last_bmask
get last bitmask in the enum (bitfield)
enum_id - id of enum
returns: the biggest bitmask or -1 no bitmasks are defined yet
All bitmasks are sorted by their values as unsigned longs.
long get_last_bmask(long enum_id);
Last updated