passing array f structures  
Author Message
Fritz135





PostPosted: Top

Dotnet >> passing array f structures I need help. I cannot find any documentation to inform me of what I need to
do. I have an array of structures of strings that I pass to unmanaged C code.
The C code popuates the array, but in the VB code I only get the
base,subcript 0, and the rest is gone. My question is, how do I pass and
return an arry of structures.
Does VB pass a pointer to a one-dimension array of pointers in such case?

help will be greatly appreciated

DotNet159