Tagged Questions

0
votes
1answer
59 views

Will adding data members(At end) in Exportable struct cause problems?

Exportable function has the struct as a one of the parameter. This dll is used by many Exes One of the Exe needs to send some additional data , so we have added one member at the end of the struct ...