Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: SendBuf
| Subject: | Re: SendBuf |
| Posted by: | "Ivan Kossey" (spamers.sollen.sterben@cablenet.de) |
| Date: | Thu, 23 Mar 2006 20:09:07 |
SendBuf is declared as dynamic function and I receive the error
"undefined identifier". How can I send a command to remote socket? Is there
in Net an example which explains interaction between sockets on this level?
Thanks
> Hi All,
>
> Here is a piece from Delphi7 Help:
>
> Delphi syntax:
>
> function SendBuf(var buf; bufsize: integer; flags: integer = 0): integer;
> dynamic;
>
> It is not mentioned
> 1. What is the type of buf (PChar, string,...)?
> 2. What integer value returns the function?
>
> Thanks
> Ivan
> kom8407 atttt cablenet dottt de