
  PROCEDURE [XREF] avp$get_index_record_statistics
    (    depth: avt$template_file_index_depth;
     VAR space_used_by_index_records: integer;
     VAR index_record_count: integer;
     VAR total_key_count: integer;
     VAR minimum_key_count: integer;
     VAR maximum_key_count: integer;
     VAR file_information: avt$template_file_information;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc avt$template_file_index_depth
*copyc avt$template_file_information
*copyc ost$status
?? POP ??
