guides:programming:programmers_reference_manual:reado_record

READO.RECORD

Used to read a record that will not be updated (read only). This code is provided for filing systems that might use buffers to store records already read.

In an MFS, this code is typically implemented in the same manner as a READ code, with all arguments passed through to subsequent filing systems as if the code were READ.RECORD.

ArgumentInput/OutputValue
CODEInput2
Outputunchanged
BFSInputBFS List
Outputunchanged
HANDLEInputFile Handle
Outputunchanged
NAMEInputRecord Key
Outputunchanged
FMCInputunassigned
Outputunchanged
RECORDInputCurrent value of @RECORD
OutputRecord read from file (null if no record found)
STATUSInputunassigned
Outputtrue if record was read successfully
  • guides/programming/programmers_reference_manual/reado_record.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1