 PROCEDURE [XREF] osp$reserve_keypoint_env (environment:
  ost$keypoint_environment;
        monitor_mask: ost$keypoint_class_mask;
        job_mask: ost$keypoint_class_mask;
        collection_files: ^array [ * ] OF ^cell,
        wait: ost$wait;
        multi_processor: ost$keypoint_multipro_option;
        keypoint_count: integer;
        keypoint_buffer_size: integer;
        data_string: string (32);
        performance_keypoints: syt$perf_keypoints_enabled;
    VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc ost$keypoint_environment
*copyc ost$status
*copyc ost$wait
*copyc ose$keypoint_conditions
*copyc syt$perf_keypoints_enabled
?? POP ??

