get_bmask_name

get bitmask name (only for bitfields)
     enum_id - id of enum
     bmask   - bitmask of the constant
returns: name of bitmask if it exists. otherwise returns 0.

long get_bmask_name(long enum_id, long bmask);

Last updated