Determines whether an SRV_PROC input and output connection to a client is open.
BOOL SRV_IODEAD ( SRV_PROC * srvproc );
where
TRUE if the client input and output connection's SRV_PROC structure is still open; otherwise, FALSE.
This function is useful in error handling situations when you need to determine whether you can send an error message to a client.
In an SRV_DISCONNECT handler, SRV_IODEAD always returns TRUE.
This entry | For information about |
---|---|
srv_sendmsg | Sending a row to the client |