{
{   This request returns the established information for a utility dialog.
{ Since this information is passed to a utility dialog manager, the only use
{ for this request is to support an activate_screen command established by a
{ utility dialog manager.
{
{       CLP$FETCH_UTILITY_DIALOG_INFO (UTILITY, DIALOG_INFO, STATUS)
{
{ UTILITY: (input)  This parameter specifies the name of the utility for which
{       the utility dialog manager is called.  Osc$null_name can be used to
{       refer to the current utility.
{
{ DIALOG_INFO: (output)  This parameter specifies the information established
{       for the utility dialog.  It includes a pointer to a table of commands,
{       a pointer to a table of functions, and a pointer to a SEQuence
{       designating a scratch segment.  If a pointer is NIL, the corresponding
{       item has not been established for the dialog manager.
{
{ STATUS: (output)  This parameter specifies the request status.
{       CONDITIONS: cle$unexpected_call_to
{
