H
Hugo Mind
Hi,
I have a DCOM DLL with a method expecting me to send parameter as LPSTR
Sub SendCommandArg1(ByVal Command As Long, ByVal Size As Long, ByVal Arg
As LPSTR)
Is there a way to convert c# string into LPSTR ?
Regards,
Hugo
I have a DCOM DLL with a method expecting me to send parameter as LPSTR
Sub SendCommandArg1(ByVal Command As Long, ByVal Size As Long, ByVal Arg
As LPSTR)
Is there a way to convert c# string into LPSTR ?
Regards,
Hugo