DCLOSE C-3





Copyright (C) 1994-95 Conetic Software Systems, Inc. All names, products, and services mentioned are the trademarks of their respective organizations.



NAME


dclose - close RMSfile

SYNOPSIS


#include 

dclose (fcb)
DFILE *fcb;

DESCRIPTION


Dclose closes an opened RMSfile from any further I/O activity.

Fcb is the file block pointer returned by dlopen(C-3) or
dopen(C-3).

SEE ALSO


dlopen(C-3), dopen(C-3)
Chapter 4, RMS Programming Guide

DIAGNOSTICS

Dclose returns a value of BAD (-1) if fcb is not an opened file
block pointer.