Need to define the size constant of an array of structure during run time

V

Valli

Hi,

<StructLayout(LayoutKind.Sequential, pack:=1)> Friend Structure
MarketDepthArrayMessage

<MarshalAs(UnmanagedType.ByValArray, sizeconst:=5)> _

Friend MarketDepthArrayForSell As Integer()

End Structure

This is a strcuture that I have created which contains Integer array. The
integer array size is defined to contain 5 elements in the design time.

Is there any possibility to define the size constant during run time ? Also
the size const can vary during the run time itself...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,994
Messages
2,570,222
Members
46,810
Latest member
Kassie0918

Latest Threads

Top