{
{    The purpose of this request is to acquire exclusive access to a Channel
{ Connection which apparently has not responded to a peer's connect request or
{ the response has not yet reached the peer.  Assuming such a connection
{ exists, if the access cannot be acquired, control is returned immediately and
{ the network system task is notified when the connection becomes available for
{ access.  Only the connection establishment task network event processor is to
{ utilize this request.
{
{    If the access is acquired, the request must be symmeterical with a
{ subsequent release exclusive access request.
{
{    This request is internal to the Channel Connection service and is not to
{ be called by users of the Channel Connection service.
{
{       NLP$CC_GET_EXCLUS_TO_UNACCEPTED (PEER_REFERENCE_NUMBER, DEVICE_ID,
{             SYSTEM_INPUT_TASK, CONNECTION_EXISTS,
{             ACCESS_GAINED, CONNECTION, CL_CONNECTION)
{
{  PEER_REFERENCE_NUMBER: (input)  This parameter specifies the peer's
{        connection identifier (reference number).
{
{  DEVICE_ID: (input)  This parameter specifies the network device over
{        which the message was received.
{
{  SYSTEM_INPUT_TASK: (input)  This parameter specifies if the request is being
{        made from the system input task.
{
{  CONNECTION_EXISTS: (output)  This parameter specifies whether such a
{        connection exists.
{
{  ACCESS_GAINED: (output)  This parameter specifies whether the access was
{        acquired.
{
{  CONNECTION: (output)  This parameter specifies the Channel Connection
{        description.
{
{  CL_CONNECTION: (output)  This parameter specifies the interlayer connection.
{
