
{ Parameters sent from client to server.

  TYPE
    pft$df_get_obj_info_in = record
      binary_mainframe_id: pmt$binary_mainframe_id,
      evaluated_file_reference: fst$evaluated_file_reference,
      information_request: fst$goi_information_request,
      system_privilege: boolean,
      password_selector: pft$password_selector,
      subject_permit_count: ost$non_negative_integers,
      validation_ring: ost$valid_ring,
      validation_criterion_count: ost$non_negative_integers,
    recend;

    { If there are any validation_criteria, the array is in the data buffer.

*copyc fst$evaluated_file_reference
*copyc fst$goi_information_request
*copyc fst$goi_validation_criteria
*copyc osd$integer_limits
*copyc osd$virtual_address
*copyc pft$password_selector
*copyc pmt$binary_mainframe_id
