BcdFileDefs.Mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Lewis on August 27, 1980 4:05 PM
Maxwell, August 3, 1983 11:57 am
Paul Rovner, September 8, 1983 5:33 pm
Russ Atkinson (RRA) March 7, 1985 0:07:39 am PST
Satterthwaite February 27, 1986 12:07:25 pm PST
DIRECTORY
Alloc: TYPE USING [Handle],
BcdDefs: TYPE USING [FTIndex],
FS: TYPE USING [OpenFile];
BcdFileDefs: DEFINITIONS={
UnknownFile: ERROR[fti: BcdDefs.FTIndex];
BuildFileTable: PROC[Alloc.Handle];
EraseFileTable: PROC;
CapabilityForFile: PROC[fti: BcdDefs.FTIndex] RETURNS[FS.OpenFile];
}.