dmz_send_msg

The dmz_send_msg takes a pointer to data to send and the number of bytes to send to client based on the

connection id.

int dmz_send_msg (

void* mesg,

int size,

int connect_id

);

 

Return Values

Number of bytes actually sent, 0 if not successful.

 

Parameters

mesg

the address where the data is stored.

size

        number of bytes that is required to send the message

 

connect_id

        the machine that will receive the message

 

Remarks

The return value (size) can be used to determine whether a message was sent properly

 

QuickInfo

Windows: Requires WinSock 1.1 or 2.0 (winsock.dll, dmz_net.dll)


Last updated October 08, 2000 16:13 by Nancy