
  PROCEDURE [XREF] clp$get_message_module_info
    (    message_template_module: ^ost$message_template_module;
     VAR natural_language: ost$natural_language;
     VAR online_manual_name: ost$online_manual_name;
     VAR help_module: boolean;
     VAR message_module: boolean;
     VAR lowest_message_code: ost$status_condition_code;
     VAR highest_message_code: ost$status_condition_code;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc ost$message_template_module
*copyc ost$natural_language
*copyc ost$online_manual_name
*copyc ost$status
*copyc ost$status_condition_code
?? POP ??
