This section lists the changes to the MCF event interfaces.
struct dc_mcf_evtheader { char mcfevt_name[9] ; char le_name[16] ; char cn_name[9] ; unsigned char format_kind; char reserve01; long time ; };
struct dc_mcf_evtheader { char mcfevt_name[9] ; char le_name[16] ; char cn_name[9] ; unsigned char format_kind; char reserve01; DCLONG time ; };
struct dc_mcf_evtheader { char mcfevt_name[9] ; char le_name[16] ; char cn_name[9] ; unsigned char format_kind; char reserve01; int time ; };