{
{   The purpose of this request is to search for a help module on a  specified
{ object library.  A help module contains prompts and help information for SCL
{ commands and functions, and descriptions of menus for applications.  A  help
{ module may also contain status message descriptions.
{
{   A help module is located by searching the specified object library for the
{ name of the help module.  The name of the help module is formed by using the
{ seed name passed to this request and suffixing it with  a  dollar  sign  ($)
{ character  followed  by  the name of the preferred natural language selected
{ for the job.  If no module with the resulting name is found, the process  is
{ repeated,  this  time  using  the  name  of  the  default  natural  language
{ (US_English).
{
{       OSP$FIND_HELP_MODULE_IN_LIBRARY (OBJECT_LIBRARY, SEED_NAME,
{         HELP_MODULE, ONLINE_MANUAL_NAME, NATURAL_LANGUAGE, STATUS)
{
{ OBJECT_LIBRARY: (input) This parameter specifies the object  library  to  be
{       searched  for  the help module.  The caller is responsible for opening
{       and getting a segment pointer to the object library.
{
{ SEED_NAME: (input) This parameter specifies the name that is to be  suffixed
{       with  a $ and the name of the natural language to form the name of the
{       module to be searched for.
{
{ HELP_MODULE: (output) This parameter  specifies  the  pointer  to  the  help
{       module.   This  pointer  is  used  as  input  to  requests that locate
{       specific messages within  the  help  module.   If  this  parameter  is
{       returned as NIL, the specified help module could not be found.
{
{ ONLINE_MANUAL_NAME: (output) This parameter specifies the name of the online
{       manual associated with the help module.  If the specified help  module
{       could not be found or if there is no online manual associated with the
{       help module, osc$null_name is returned.
{
{ NATURAL_LANGUAGE: (output) This parameter specifies the name of the  natural
{       language  in  which  the  messages, prompts and menus contained in the
{       help module are composed.  If the specified help module could  not  be
{       found, osc$null_name is returned.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{
