|
Sends data to a specific destination.
- Parameters
-
socket | Descriptor identifying a (possibly connected) socket. |
pBuffer | Buffer containing the data to be transmitted. |
bufferLength | Length of the data in pBuffer, in bytes. |
flags | Indicator specifying the way in which the call is made. |
pAddress | Optional pointer to a MFSocketAddress structure that contains the address of the target socket. |
- Returns
- The total number of bytes sent, which can be less than the number indicated by bufferLength.
|