
{ Parameters sent from CLIENT >--> SERVER

  TYPE
    pft$df_return_inp = record
      attached_pf_table_index: pft$attached_pf_table_index,
      mainframe_id: pmt$binary_mainframe_id,
      server_sfid: gft$system_file_identifier,
      device_class: rmt$device_class,
      case attached_for_write: boolean of
      = TRUE =
        eoi_byte_address: amt$file_byte_address,
      = FALSE =
        ,
      casend,
    recend;


?? SKIP := 2 ??

{ Parameters sent from SERVER to CLIENT

  TYPE
    pft$df_return_outp = record
      authority: pft$authority,
      bytes_allocated_change: sft$counter,
    recend;

*copyc amt$file_byte_address
*copyc gft$system_file_identifier
*copyc pft$attached_pf_table_index
*copyc pft$authority
*copyc pmt$binary_mainframe_id
*copyc rmt$device_class
*copyc sft$counter
