S
sinclas
What is the equiviliant of the following struct written in C in C#? I
can't seem to get it. Any help would great! I have tried many
different ways, but none seem to work. any help/direction would be
great!
typedef struct abc
{
union
{
double num;
LPSTR str;
WORD bool1;
WORD err;
struct
{
struct abc far * lparray;
WORD rows;
WORD columns;
} array;
} val;
WORD xltype;
} abc, FAR * abc;
can't seem to get it. Any help would great! I have tried many
different ways, but none seem to work. any help/direction would be
great!
typedef struct abc
{
union
{
double num;
LPSTR str;
WORD bool1;
WORD err;
struct
{
struct abc far * lparray;
WORD rows;
WORD columns;
} array;
} val;
WORD xltype;
} abc, FAR * abc;