Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
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);

Index | Previous topic | Next topic