{
{   The purpose of this request is to allow an application to determine
{ whether a partner application is still signed on and if so, what its
{ last memory_link operation was.
{
{        MLP$FETCH_LINK_PARTNER_INFO (APPLICATION_NAME, PARTNER_NAME
{            LAST_OP,STATUS)
{
{ APPLICATION_NAME: (input) This parameter specifies the application
{        name by which the calling application identifies itself to MLI
{        and other applications.
{
{ PARTNER_NAME: (input) This parameter specifies the name of the partner
{        application whose last operation is to be determined.
{
{ LAST_OP: (output) This parameter specifies the last memory link
{        operation requested by the partner application. One of the
{        following values will be returned by this request:
{           mlc$sign_on_req
{           mlc$sign_off_req
{           mlc$add_sender_req
{           mlc$delete_sender_req
{           mlc$confirm_send_req
{           mlc$send_message_req
{           mlc$fetch_receive_list_req
{           mlc$receive_message_req
{           mlc$fetch_link_partner_info_req
{
{ STATUS: (output) This parameter specifies the request status. A normal
{        status value will be returned to indicate that the partner
{        application is still signed on. An abnormal status will be
{        returned to indicate that the partner application is not
{        signed on.
{        The following status values may be returned by this request:
{           mlc$busy_interlock
{           mlc$c170_c170_illegal
{           mlc$mli_internal_error
{           mlc$ok
{           mlc$receiver_name_syntax_error
{           mlc$receiver_not_signed_on
{           mlc$sender_name_syntax_error
{           mlc$sender_not_permitted
{           mlc$sender_not_signed_on
{           mlc$system_name_no_match
{

