{
{      The purpose of this request is to inform the access method that
{ the server application has rejected the incoming connect request.
{ This request is only valid after a successful
{ RFP$ACQUIRE_CONNECT_REQUEST.  This request effectively terminates
{ the connection.  The connection file is deleted at this point.
{
{    Note - There can be no active instances of open at this point since
{           the connection was never established.
{
{      The client application is notified of the connection reject
{ (see RFP$AWAIT_SERVER_RESPONSE).
{
{ RFP$REJECT_CONNECT_REQUEST(CONNECTION_FILE, SERVER_RESPONSE, STATUS)
{
{ CONNECTION_FILE: (input) This parameter specifies the temporary file
{   which is assigned to the connection to reject.  This file is deleted
{   prior to returning control to the requester.
{
{ SERVER_RESPONSE: (input) This parameter specifies a reject code which
{   explains why the server application rejected the connection.
{   The reject code must be an integer value 'n' (where 128 <= n <= 255).
{
{ STATUS: (output) This parameter returns the results of the request.
{   If the status is normal the connection has been rejected and the
{   connection file has been deleted.
{   CONDITIONS: rfe$invalid_connection_file
{               rfe$connection_established
{   IDENTIFIER: 'RF'
{
