{
{    This routine will send a create_paired_connection VTP message to the
{ network and then wait for a response.  If the response is a
{ create_paired_connection_ confirm the routine will return normal status.  If
{ the response is a create_ paired_connection_reject the appropriate abnormal
{ status will be returned.  If a response is not received from the network
{ before the specified timeout interval expires abnormal status will be
{ returned.
{
{       IIP$VTP_CREATE_PAIRED_CONNECT (FILE_IDENTIFIER, DESTINATION_TITLE,
{             PAIRED_CONNECTION_DATA, TIMEOUT_INTERVAL_IN_MS, STATUS)
{
{ FILE_IDENTIFIER: (input)  This parameter specifies the file identifer of the
{       connection's terminal file.
{
{ DESTINATION_TITLE: (input)  This parameter specifies the system id portion of
{       the destination's network address.
{
{ PAIRED_CONNECTION_DATA: (input)  This parameter specifies the data to be sent
{       to the caller's peer.
{
{ TIMEOUT_INTERVAL_IN_MS: (input)  This parameter specifies the time that this
{       procedure should wait for a response from the network to the paired
{       connect message before declaring a timeout.
{
{ STATUS: (output) This parameter specifies the request status.
{   CONDITIONS:
{      ife$vtp_create_paired_conn_rejct
