Karthik Agarwal

Karthik Agarwal

  • NA
  • 748
  • 266k

What does LayoutKind.Sequential mean?

Jun 26 2012 12:23 PM
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)