Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>closesock()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CLOSESOCK()
 Closes the socket and all connected IPX/SPX handles
------------------------------------------------------------------------------
 Syntax

     CLOSESOCK(<nSocket>) --> NIL

     Netware: 2.2 and 3.11

 Argument

     <nSocket>  Designates the number of the socket that is closed.

 Returns

     CLOSESOCK() always returns NIL when closing a socket according to IPX.

 Description

     CLOSE SOCKET
     CLOSESOCK() allows you to close a socket that is used for IPX/SPX
     communication.  At the same time, all IPX/SPX communication buffers for
     which <nSocket> has been specified as the source socket are closed.  The
     related communication handles are then invalid.

 Example

     Open and close the IPX receiving buffer with source socket 20000:

     nHandle=IPXOPEN(20000,2000)
     CLOSESOCKET(20000)  // nHandle is now invalid

See Also: IPXOPEN() OPENSOCK() PPCCANCEL()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson