Is there any special significance to defining constant data inside a structure as shown. This is from a 3rd party library.
typedef struct
{
IntVB abc_number;
#define ABC_A 0x01
#define ADBC_E 0x02
IntVB asset;
} StructA;