{ RHP$ACQUIRE_QUEUE_FILE
{
{     The purpose of this procedure is to acquire a queue file
{ destined for transmission to the remote host.
{
{       RHP$ACQUIRE_QUEUE_FILE (LOCALFILE_INFO,QUEUE_FILE_INFO,
{            LID_LIST, ACQUIRE_STATUS);
{
{ LOCAL_FILE_INFO: (output) This parameter specifies all information
{     pertinent to local file access of the acquired queue file.
{
{ QUEUE_FILE_INFO: (output) This parameter communicates all
{     queue file attributes needed for IRHF routing.
{
{ LID_LIST: (input) This parameter specifies the pointer to the
{     list of lids that a site can route jobs from.
{
{ ACQUIRE_STATUS: (output) This parameter specifies the acquire
{     request status.  The following status values may be returned
{     by this request:
{          not_acquired
{          acquired

  PROCEDURE [XREF] rhp$acquire_queue_file ALIAS 'rhmqfa' (
    VAR local_file_info: rht$local_file_info;
    VAR queue_file_info: rht$queue_file_info;
    lid_list: ^cell;
    VAR acquire_status: rht$acquire_status);

?? PUSH (LISTEXT := ON) ??
*copyc rht$function_status
?? POP ??



