Potresti fare cosi':

struct Struttura
{
..Struttura_vars..
};

Struttura *StrPtr;

StrPtr = new Struttura;

StrPtr -> Struttura_vars;

Bye