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

Ns_ConnSendFp

Overview

Write file to connection content

Syntax

    int Ns_ConnSendFp(
    	Ns_Conn *conn,
    	FILE    *fp,
    	int      len
    );

Description

The Ns_ConnSendFp function writes len bytes from the file pointed to by fp to the connection. Ns_ConnSendFp returns the status NS_ERROR or NS_OK.

Top of Page

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