C
WORD TCPSSLGetPendingTxSize( TCP_SOCKET hTCP );
Description
This function determines how many bytes are pending for a future SSL record.
Preconditions
TCP is initialized, and hTCP is connected with an active SSL connection.
Parameters
Parameters |
Description |
hTCP |
TCP connection to check |
Returns
None