
  PROCEDURE [XREF] avp$read_data_record
    (    key: avt$template_file_key;
         lock_type: avt$template_file_lock_type;
         automatically_unlock: boolean;
     VAR data_record: ^avt$template_file_record;
     VAR data_record_size: 0 .. avc$max_template_record_size;
     VAR description_record: ^avt$template_file_record;
     VAR description_record_size: 0 .. avc$max_template_record_size;
     VAR description_record_name: ost$name;
     VAR field_count: avt$field_count;
     VAR file_information: avt$template_file_information;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc ave$template_file_mgr_errors
*copyc avt$field_count
*copyc avt$template_file_information
*copyc avt$template_file_key
*copyc avt$template_file_lock_type
*copyc ost$status
?? POP ??
