IDA SDK
Type attributes for udts

Detailed Description

Macros

#define TAUDT_UNALIGNED   0x0040
 struct: unaligned struct
 
#define TAUDT_MSSTRUCT   0x0020
 struct: gcc msstruct attribute
 
#define TAUDT_CPPOBJ   0x0080
 struct: a c++ object, not simple pod type
 
#define TAUDT_VFTABLE   0x0100
 struct: is virtual function table
 
#define TAUDT_FIXED   0x0400
 struct: fixed field offsets, stored in serialized form; cannot be set for unions