int send(
SOCKET s,
const char FAR* buf,
int len,
int flags
);
Parameters
s
[in] Descriptor identifying a connected socket.
buf
[in] Buffer containing the data to be transmitted.
len
[in] Length of the data in the buf parameter.
flags
[in] Indicator specifying the way in which the call is made.
Return Values