
  TYPE
    avt$template_file_information = record
      file_name: string (fsc$max_path_size),
      file_id: amt$file_identifier,
      last_key_accessed: avt$template_file_key,
      segment_number: ost$segment,
      size: ost$segment_length,
      template_file_header: REL (avt$template_file) ^avt$template_file_header,
      template_file_heap: REL (avt$template_file) ^avt$template_file_heap,
      case locked: boolean of
      = TRUE =
        lock_type: avt$template_file_lock_type,
      = FALSE =
        ,
      casend,
    recend;

*copyc amt$file_identifier
*copyc avt$template_file
*copyc avt$template_file_header
*copyc avt$template_file_heap
*copyc avt$template_file_key
*copyc avt$template_file_lock_type
*copyc fsc$max_path_size
*copyc osd$virtual_address
