1
Answer

What does LayoutKind.Sequential mean?

Ask a question
I want to know what this following level mean in VB
<StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Ansi)> _

And i want the statement equivalent to this in vc++.



I am in a process of converting the VB code to vc++.
I am done with everything except this part.


Answers (1)