G
Guest
Hi people
I have a library built using MSVC6 which exports a method with the following signature
void library_method( UINT* sw_mode )
I am trying to use PInvoke to be able to call it from my C# project, but I cannot find a suitable marshal type
Is there a type that I can use to marshal a UINT*? If not, are there any other integrated solutions to this problem
Thank you
Tom.
I have a library built using MSVC6 which exports a method with the following signature
void library_method( UINT* sw_mode )
I am trying to use PInvoke to be able to call it from my C# project, but I cannot find a suitable marshal type
Is there a type that I can use to marshal a UINT*? If not, are there any other integrated solutions to this problem
Thank you
Tom.