Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Cobol > Re: socket inte...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 4 Topic 4036 of 4195
Post > Topic >>

Re: socket interface

by Kellie Fitton <KELLIEFITTON@[EMAIL PROTECTED] > Feb 29, 2008 at 12:56 PM

On Feb 29, 9:11=A0am, Gio <giovanni_dim...@[EMAIL PROTECTED]
> wrote:
> Hi,
> I'm using an old version of ACUCOBOL (4,3) and would like to open an
> IP ****t to read data.
> The idea is to write an IP Interface.
> Is anybody aware of some samples to do this?
> Thanks for your help.


Hi,

You can use the following APIs to allocate/create/handle Windows
sockets and interface with IP ****ts:

	WSASocket()

	WSAStartup()

	bind()

	listen()

	WSAConnect()

	WSASend()

	WSARecv()

	WSARecvEx()

	WSAAccept()

	DisconnectEx()

	shutdown()

	closesocket()

	WSACleanup()

	WSAGetLastError()

http://tangentsoft.net/wskfaq/

http://msdn2.microsoft.com/en-us/library/ms742212(VS.85).aspx

http://msdn2.microsoft.com/en-us/library/ms742213(VS.85).aspx

http://msdn2.microsoft.com/en-us/library/ms737550(VS.85).aspx

http://msdn2.microsoft.com/en-us/library/ms739168(VS.85).aspx

http://msdn2.microsoft.com/en-us/library/ms741559(VS.85).aspx

http://msdn2.microsoft.com/en-us/library/ms742203(VS.85).aspx

http://msdn2.microsoft.com/en-us/library/ms741688(VS.85).aspx

http://msdn2.microsoft.com/en-us/library/ms741684(VS.85).aspx

http://msdn2.microsoft.com/en-us/library/ms741513(VS.85).aspx

http://msdn2.microsoft.com/en-us/library/ms737757(VS.85).aspx

http://msdn2.microsoft.com/en-us/library/ms740481(VS.85).aspx

http://msdn2.microsoft.com/en-us/library/ms737582(VS.85).aspx

http://msdn2.microsoft.com/en-us/library/ms741549(VS.85).aspx

http://msdn2.microsoft.com/en-us/library/ms741580(VS.85).aspx

Kellie.
 




 4 Posts in Topic:
socket interface
Gio <giovanni_dimaio@[  2008-02-29 09:11:48 
Re: socket interface
Kellie Fitton <KELLIEF  2008-02-29 12:56:04 
Re: socket interface
Gio <giovanni_dimaio@[  2008-02-29 13:58:46 
Re: socket interface
Kellie Fitton <KELLIEF  2008-02-29 15:33:03 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Jul 24 16:18:31 CDT 2008.