Hi guys I want to add this long variable l_cliend_id without corrupting the data in this union
union _V2_INPUT
{
struct _V2_HEADER header;
struct _IN_DETAIL detail;
struct _V2_TRAILER trailer;
};
How do add it cleanly without corrupting the exiting data in the union buffer?