accessing C dll containing enum and struct from C# program

May 22 2013 3:25 AM
I am having a C DLL which contains enum and struct. If I want to access an enum.struct of DLL from C# program, Do I need to redefine them in C# program?

Answers (1)