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

Ns_ConnPuts

Overview

Send a string to a client

Syntax

    int Ns_ConnPuts(
    	Ns_Conn *conn,
    	char    *string
    );

Description

The Ns_ConnPuts function sends the given string to the client. It returns NS_OK on success and NS_ERROR on failure.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.