
  PROCEDURE [XREF] fmp$get_cd_info
    (   evaluated_file_reference: fst$evaluated_file_reference;
        increment_open_count: boolean;
        lock_path_table: boolean;
    VAR open_cleanup_work_list: {i/o} fmt$open_cleanup_work_list;
    VAR system_file_attributes: bat$system_file_attributes;
    VAR global_file_information: bat$global_file_information;
    VAR attached_file: boolean;
    VAR file_previously_opened: boolean;
    VAR device_class: rmt$device_class;
    VAR cd_attachment_options: fmt$cd_attachment_options;
    VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc bat$global_file_information
*copyc bat$system_file_attributes
*copyc fmt$cd_attachment_options
*copyc fmt$open_cleanup_work_list
*copyc fst$evaluated_file_reference
*copyc ost$status
*copyc rmt$device_class
?? POP ??




