>Hex-Rays IDA Pro Page

Help index | Search

GetBmaskName

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

long GetBmaskName(long enum_id,long bmask);

Index | Previous topic | Next topic