1
Answer

accessing C dll containing enum and struct from C# program

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)