soClose (Function) |
Top Previous Next |
The soClose function closes a socket opened by the soCreate function. After calling this function the handle is no longer valid and can no longer be used with the socket functions.
Input: socket : SYSHANDLE Handle to the socket.
Returns: INT
Declaration: FUNCTION soClose : INT;
Example:
|