SysSockGetLastErrorSyncΒΆ

This function of type INT calls the function getlasterror of the operating system, which returns the error code of the last error occurred at the given socket.

Variable Data type Description
diSocket DINT

Descriptor of the socket, returned by SysSockCreate

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