informix
Informix DataBlade API Programmer's Manual
DataBlade API Function Descriptions

mi_file_close()

The mi_file_close() routine closes an operating-system file.

Syntax

Usage

The mi_file_close() function closes the operating-system file that the fd file descriptor references. This file descriptor must have been obtained from a previous call to the mi_file_open() function. The mi_file_close() function is a destructor function for an operating-system file descriptor. It frees the fd file descriptor references. Unless you explicitly close a file with mi_file_close(), files remain open for the duration of the client session.

In a C UDR, this function can close files only on the server computer.

Return Values

None.

Related Topics

See the description of the mi_file_open() function.


Informix DataBlade API Programmer's Manual, Version 9.2
Copyright © 1999, Informix Software, Inc. All rights reserved