C
BOOL TCPRequestSSLMessage( TCP_SOCKET hTCP, BYTE msg );
Description
This function is called to request that a specific SSL message be transmitted. This message should only be called by the SSL module.
Preconditions
TCP is initialized.
Parameters
Parameters |
Description |
hTCP |
TCP connection to use |
msg |
One of the SSL_MESSAGE types to transmit. |
Return Values
Return Values |
Description |
TRUE |
The message was requested. |
FALSE |
Another message is already pending transmission. |