Sun Java System Web Server 7.0 Update 4 NSAPI Developer's Guide

fc_close() Function

The fc_close function closes a file opened using fc_open. This function should only be called with files opened using fc_open.

Syntax

void fc_close(PRFileDesc *fd, FcHdl *hDl;

Return Values

void

Parameters

PRFileDesc *fd is a valid pointer returned from a prior call to fc_open.

FcHdl *hDl is a valid pointer to a structure of type FcHdl. This pointer must have been initialized by a prior call to fc_open.