Hello, I need help accesing a structure:



typedef struct _SOME_DATA
{
int index;
int descriptor;
struct _KEYS *keys;
struct _SOME_DATA *next;