
  PROCEDURE [XREF] dmp$create_device_file ALIAS 'dmxdcrt'
    (    user_specified_name: ost$name;
         recorded_vsn: rmt$recorded_vsn;
         p_file_attributes: ^array [1 .. * ] of dmt$new_device_file_attribute;
         byte_address: amt$file_byte_address;
     VAR system_file_id: gft$system_file_identifier;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc rmd$volume_declarations
*copyc amt$file_byte_address
*copyc dmt$new_device_file_attribute
*copyc gft$system_file_identifier
*copyc ost$name
*copyc ost$status
?? POP ??
