DTACCES C-3





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



NAME


dtacces - return file access method

SYNOPSIS


#include 

int dtacces (fp)
DICT *fp;

DESCRIPTION


Dtacces returns the file access method of an open RMS dictionary
file. The value returned has symbolic definitions in the include
file .

Fp is the value returned from dtdict(C-3) or dtopen(C-3).

SEE ALSO


dtdict(C-3), dtopen(C-3)
Chapter 4, RMS Programming Guide

NOTES


Programs that depend on knowledge of the file access method tend
to be fragile, hence use of this function should be restricted to
general purpose RMSfile utilities.