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
Type attributes for udt fields

Macros

#define TAFLD_BASECLASS   0x0020
 field: do not include but inherit from the current field
 
#define TAFLD_UNALIGNED   0x0040
 field: unaligned field
 
#define TAFLD_VIRTBASE   0x0080
 field: virtual base (not supported yet)
 
#define TAFLD_VFTABLE   0x0100
 field: ptr to virtual function table
 
#define TAFLD_METHOD   0x0200
 denotes a udt member function
 
#define TAFLD_GAP   0x0400
 field: gap member (displayed as padding in type details)
 
#define TAFLD_REGCMT   0x0800
 field: the comment is regular (if not set, it is repeatable)
 

Detailed Description