D
Dennis
Excuse me!!
I have a DLL file named "TESTDLL.DLL".
In TESTDLL.DLL
export function :
void GetPChar(char** pstr);
In .NET C# ,
How to call "GetPChar(char** pstr)" function ?
Thanks!!
I have a DLL file named "TESTDLL.DLL".
In TESTDLL.DLL
export function :
void GetPChar(char** pstr);
In .NET C# ,
How to call "GetPChar(char** pstr)" function ?
Thanks!!