{
{    The purpose of this procedure is to get the help information stored in a
{  menu descriptor.  This procedure executes in ring 1.
{
{       OFP$GET_MENU_HELP_TEXT_R1 (MENU_ID, GLOBAL_TASK_ID, HELP_TEXT_P,
{             HELP_TEXT_FOUND, HELP_TEXT_LINE_COUNT, STATUS)
{
{ MENU_ID: (input) This parameter specifies the unique identifier of the menu
{       for which help was requested.
{
{ GLOBAL_TASK_ID: (input) This parameter specifies the global_task_id of the
{       task processing the menu.
{
{ HELP_TEXT_P: (output) This parameter specifies the pointer to the help text
{       that was requested.
{
{ HELP_TEXT_FOUND: (output) This parameter specifies whether or not help text
{       was found in the menu descriptor.
{
{ HELP_TEXT_LINE_COUNT: (output) This parameter specifies the number of lines
{       in the help text.
{
{ STATUS: (output) This parameter specifies the status of the request.
{
{       CONDITION: ofe$invalid_menu_id
{
