
  { Parameters sent by client to server.

  TYPE
    pft$df_permit_in = record
      path_length: pft$array_index,
      object_type: pft$object_types,
      system_privilege: boolean,
      permit_level: pft$permit_level,
      group: pft$group,
      permit_selections: pft$permit_selections,
      share_requirements: pft$share_requirements,
      application_info: pft$application_info,
    recend;

    { Path follows in buffer.

*copyc pft$application_info
*copyc pft$array_index
*copyc pft$group
*copyc pft$object_types
*copyc pft$permit_level
*copyc pft$permit_selections
*copyc pft$share_requirements
