I
Ivan
Hi,
I have a problem with passing complex structures to native code.
complex structures means that I have structure with Integers, Strings, Byte
Arrays, and also Arrays of another structures that also contains Strings,
Byte Arrays etc.
Any ideas how should I implement this?
I tried to use IntPrt, but I beleive this is not acceptable due to using of
dynamic arrays in the structure.
Note that I also need this structure to be passed ByRef and get data.
Thanks in advance,
Ivan.
I have a problem with passing complex structures to native code.
complex structures means that I have structure with Integers, Strings, Byte
Arrays, and also Arrays of another structures that also contains Strings,
Byte Arrays etc.
Any ideas how should I implement this?
I tried to use IntPrt, but I beleive this is not acceptable due to using of
dynamic arrays in the structure.
Note that I also need this structure to be passed ByRef and get data.
Thanks in advance,
Ivan.