OK, I hope I explain this one correctly. I have a struct:
typedef struct _MyData { char Data[256]; int Index; } MyData;