WINSOCK ERROR
If the return value is 1, then there has occurred a general error using Winsock, and your application should terminate. More Information about the error can be obtained using WINSOCK ERROR MSG$(). You should check for this error after following calls:
WINSOCK MAKE
WINSOCK REFRESH CHANNELS
Not doing so might lead in a crash of your application.
NOTE: errors that occurr with channels will be treated seperatly, as they will not be fatal. to access these use WINSOCK CHANNEL ERROR().

SYNTAX
Return Integer=WINSOCK ERROR()

RELATED INFO
WINSOCK command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2