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. Issues with declaring struct arrays inside of a struct
4. how to marshal array of structs inside a struct?
5. pinvoke with arrays of struct in a struct
6. Marshal struct with array of other struct (MyStruct[X])
7. How to pass an dynmic size array of a struct defined in a struct
8. direct access to struct variables in List<struct> compiler error ?
9. Marshal struct with array size fixed of other struct (MyStruct[X])
10. char* in C struct mapping to C# struct
11. Using Win32APIs that pass back a struct which contains a pointer to a struct
12. Marshalling Struct with array of Structs inside it
13. pinning member of struct -> entire struct pinned?
14. Converting unmanaged struct -> CLI value struct
15. PInvoke: struct with char** Member as struct** Parameter in a function