Structure Details Data Structure (STRUCT_DETAILS)

The Structure Details data structure is:

typedef struct details
{
    TCHAR comp_name[COMP_NAME_LEN + 1];
    TCHAR comp_pt_type[POINT_TYPE_ID_LEN + 1];
    COR_I4 comp_offset;
    COR_U2 comp_elem;
    COR_U2 comp_data_type;
    COR_U2 comp_data_length;
} *STRUCT_DETAILS_PTR;