nonmanaged - managed code

  • Thread starter Thread starter Jozsef Bekes
  • Start date Start date
J

Jozsef Bekes

Hi All,

I would like to invoke a function in a VC6 dll from my C# code that has a
struct parameter. Is that possible? If yes, what should I search for on
google for finding out how to do it?

Thank you,
Jozsi
 
HI Jozsef,

Look for about "StructLayoutAttribute Class" in .NET docs.

Marcin
 
Back
Top