J
Jacob
I have an interop question:
I'm trying to get the ICONDIR Win32 struct which contains an array of
ICONDIRENTRY structures to marshall correctly. The problem is that the array
isn't a set amount and could be any number of ICONDIRENTY structures. The
good news is that the ICONDIR structure does include the number of entries
in the ICONDIRENTRY array. How do I properly marshal the structure so that I
can properly recieve all the structures in the array?
Thanks,
Jacob
I'm trying to get the ICONDIR Win32 struct which contains an array of
ICONDIRENTRY structures to marshall correctly. The problem is that the array
isn't a set amount and could be any number of ICONDIRENTY structures. The
good news is that the ICONDIR structure does include the number of entries
in the ICONDIRENTRY array. How do I properly marshal the structure so that I
can properly recieve all the structures in the array?
Thanks,
Jacob