You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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
Willy Denoyette [MVP]
unread,
Mar 1, 2007, 1:57:18 PM3/1/07
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
"Hugo Mind" <hugo...@hotmail.com> wrote in message news:45e71d43$0$30049$9a6e...@unlimited.newshosting.com...
> 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) >
This looks like VB and VB doesn't have a LPSTR type, am I missing something here?