[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_WriteConn

Overview

Send a specified length of data to the client

Syntax

    int Ns_WriteConn(
    Ns_Conn *conn, 
    char *buf, 
    int len
    );

Description

The Ns_WriteConn function performs the same function as Ns_ConnWrite, except that Ns_WriteConn guarantees to write as many bytes as are specified in len. It writes the specified length of data from the buffer to the client.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.