DataMuseum.dk

Presents historical artifacts from the history of:

Bogika Butler

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Bogika Butler

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦bb7f2acb2⟧ TextFile

    Length: 1792 (0x700)
    Types: TextFile
    Names: »WINDOWFS.ID«

Derivation

└─⟦909f4eb2b⟧ Bits:30009789/_.ft.Ibm2.50006622.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »WINDOWFS.ID« 
└─⟦ddcd65152⟧ Bits:30009789/_.ft.Ibm2.50006617.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »WINDOWFS.ID« 

TextFile

 
æ*****************************************************************
                        Copyright 1984 by
                        NCR Corporation
                        Dayton, Ohio  U.S.A.
                        All Rights Reserved
******************************************************************
                        EOS Software produced by:
                        NCR Systems Engineering - Copenhagen
                        Copenhagen
                        DENMARK
*****************************************************************å
 
 
æ EOS Pascal IoSysFamily Interface. Ver. 1.03 - 83-06-02. å
æ*********************************************************å
 
OBJECT windowFs;
  TYPE
    wioSysRefType  = ^^ windowfs;
    wfaoRefType    = ^^ Fao;
    fScanRefType  = ^^ FileScanObj;
 
    ioType        = integer;
    baseType      = integer;
    createType    = integer;
    deleteType    = integer;
    devType       = integer;
 
    ptrArr        = ARRAY Æ1..20Å OF faoRefType;
    refFileEnv    = ^^ ptrArr;
 
  ENTRY Assign
    (OUT ownedFao : wfaoRefType;
     IN  fileName : fullId;
     IN  ioRights : ioType
     æoptional IN createMode : createTypeå
     æoptional IN volume : shortIdå      );
 
 
  ENTRY InitFileScan
    (OUT scanObj : fScanRefType;
     IN  partialFileName : partialId);
 
  ENTRY RenameFile
    (IN  fileName : fullId;
     IN  newFileName : fullId );
 
  ENTRY CreateLink
    (IN fileName : fullId;
     IN newFileName : fullId );
 
  ENTRY DeleteLink
   (IN  fileName : fullId );
 
  ENTRY initwtsys
    ( IN termname : fullid;
      IN topline, bottomline : integer);
 
 
 
 
END;  æioSyså
 
æ End IoSysFamily Description å
 
«eof»