TCPIP_TCP_SignalHandlerDeregister Function
C
bool TCPIP_TCP_SignalHandlerDeregister(
TCP_SOCKET s,
TCPIP_TCP_SIGNAL_HANDLE hSig
);
Description
This function deregisters the TCP socket signal handler.
Preconditions
hSig valid TCP handle.
Parameters
| Parameters | Description |
|---|---|
| s | The TCP socket. |
| hSig | A handle returned by a previous call to TCPIP_TCP_SignalHandlerRegister. |
Returns
- True - If the call succeeds.
- False - If no such handler is registered.
Remarks
None.
