SysSockCloseΒΆ

This function of type BOOL calls the function closesocket of the operating system, in order to close a socket.

In case of successful operation the function will return TRUE, otherwise FALSE.

Variable Data type Description
diSocket DINT

Descriptor of the socket, returned by SysSockCreate

(corresponding parameter e.g. in Win32: s)