DTACCES C-3

NAME

dtacces - return file access method

SYNOPSIS

#include <cbase/dirio.h>

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 <cbase/dirio.h>.

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.