
  PROCEDURE [XREF] fmp$complete_pf_object_info
    (    evaluated_file_reference: fst$evaluated_file_reference;
         information_request: fst$goi_information_request;
         password_selector: pft$password_selector;
         validation_ring: ost$valid_ring;
         p_object: {output^} ^fst$goi_object;
     VAR p_local_object_information: ^SEQ ( * );
     VAR all_protected_info_returned: boolean;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc osd$virtual_address
*copyc fst$evaluated_file_reference
*copyc fst$goi_information_request
*copyc fst$goi_object
*copyc ost$status
*copyc pft$password_selector
?? POP ??
