{
{    The purpose of this request is to get the full help information for a
{ message within a help module.
{
{    The help message is returned in a sequence which contains an
{ ost$status_message_line_count followed by that many message lines.  Each
{ message line consists of an ost$status_message_line_size followed by a string
{ of that size.  These lines can be written to a file via the appropriate
{ interfaces.  Each line begins with a space character to serve as a "format
{ effector" in the event the formatted message is written to a list file.
{
{       OSP$GET_FULL_HELP_MESSAGE (SEED_NAME, MESSAGE_PARAMETERS,
{         MAX_MESSAGE_LINE, MESSAGE, STATUS)
{
{ 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
{       help module which contains the template for the full help message.
{
{ MESSAGE_PARAMETERS: (input) This parameter specifies the items of text to be
{       substituted into the message according to the parameter substitution
{       formatting codes in the message template.  If NIL is specified for this
{       parameter, all message parameters are considered to be null.  If NIL is
{       specified for any particular element of the array, the corresponding
{       message parameter is considered to be null.
{
{ MAX_MESSAGE_LINE: (input) This parameter specifies the maximum number of
{       characters that can be placed in a line produced by this request.  The
{       message formatter will try to "break" long lines at a delimiter; but if
{       this cannot be done, two dots will be placed at the end of the "broken"
{       line to mark its continuation.
{
{ MESSAGE: (output) This parameter specifies the container for the formatted
{       help message.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{
