ShowModule v0.1 (c) 1992 $#%!
now showing: "emodules:dos/record.m"
NOTE: don't use this output in your code, use the module instead.

CONST REC_EXCLUSIVE=0,
      REC_EXCLUSIVE_IMMED=1,
      REC_SHARED=2,
      REC_SHARED_IMMED=3

(---) OBJECT recordlock
(  0)   fh:LONG
(  4)   offset:LONG
(  8)   length:LONG
( 12)   mode:LONG
(---) ENDOBJECT     /* SIZEOF=16 */

