
  PROCEDURE [XREF] avp$lock_template_file
    (    desired_lock_type: avt$template_file_lock_type;
     VAR lock_set_by_this_procedure: boolean;
     VAR template_file_header: ^avt$template_file_header;
     VAR template_file_heap: ^avt$template_file_heap;
     VAR file_information: avt$template_file_information;
     VAR status: ost$status);

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

