I need to call the following C method from a C# application.
char* GetKeyValue(char* name)
I'm sure this is a common question and there should be some docs on it
somewhere, can anyone point me to them.
Thanks,
Tony
Dino Chiesa [Microsoft] - 20 Dec 2004 16:22 GMT
how about
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconbufferssample.asp
>I need to call the following C method from a C# application.
>
[quoted text clipped - 5 lines]
> Thanks,
> Tony