Sun Java System Web Server 6.1 SP11 NSAPI Programmer's Guide

Parameters

The following table describes parameters for the fc_net_write function.

Table 11–5 fc_net_write parameters

Parameter  

Description  

const char *fileName

File to be inserted. 

const char *hdr

Any header data (which can be NULL). 

const char *ftr

Any footer data (which can be NULL). 

PRUint32 hlen

Length of the header data in bytes (which can be 0). 

PRUint32 flen

Length of the footer data in bytes (which can be 0). 

PRUint32 flags

ORed directives for this function (see the Flags table, below). 

PRIntervalTime timeout

Timeout before this function aborts. 

Request *rq

Pointer to the request. 

Session *sn

Pointer to the session.