SysSockShutdownΒΆ
This function of type BOOL calls the function shutdown of the operating system in order to inhibit further send or receive actions. The function does not close the socket ! This must be done via SysSockClose.
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) |
diHow | DINT | Here you define, which type of communication actions should be inhibited (corresponding parameter e.g. in Win32: how) |