Sambar Server Documentation

sa_conn_send


Purpose

Sends HTML data to a client.

Syntax

sa_conn_send (connection, buffer, buflen);

SA_CONN *connection;
SA_CHAR *buffer;
SA_INT buflen;

Parameters

connection Server connection.
buffer The buffer containing the HTML data to send.
buflen The length of the data in buffer. The maximum length of the buffer is 4096.

Returns

SA_SUCCEED if the function is successful; SA_FAIL otherwise.

Comments

This API may be called multiple times in response to a client request.

See Also

None

© 1998 Sambar Technologies. All rights reserved. Terms of Use.