1. Converting a C struct to C# for a P/Invoke call (struct in structs and unions)
2. length of an array in a struct in an array of structs in a struct in an array of structs
3. how to marshal array of structs inside a struct?
4. Marshalling trouble: pointer to struct in another struct
5. How to pass an dynmic size array of a struct defined in a struct
6. direct access to struct variables in List<struct> compiler error ?
7. Marshal struct with array size fixed of other struct (MyStruct[X])
8. Using Win32APIs that pass back a struct which contains a pointer to a struct
9. pinning member of struct -> entire struct pinned?
10. PInvoke: struct with char** Member as struct** Parameter in a function
11. Marshaling data from struct with pointer to another struct
12. How to Marshal a struct array embeded in another struct
13. Pointer to array of structs in a struct.
14. struct(Net) to struct(COM)
15. Obtaining size of struct array-type member from fixed pack=1 struct?