{
{    The purpose of this request is to return a list of pointers to both driver
{ and cpu queues of the mainframes which are acting as partners to the host
{ mainframe and a count of the number of list entries returned.
{
{       DFP$GET_PARTNER_QUEUES (P_PARTNER_QUEUES, PARTNER_QUEUE_COUNT)
{
{ P_PARTNER_QUEUES: (output^)  This parameter specifies a pointer to the array
{       of queue pointers to be set by this request.  If the pointer is NIL
{       only partner_queue_count is returned.
{
{ PARTNER_QUEUE_COUNT: (output)  This parameter specifies the number of
{       mainframes found.  The value returned may be greater that the number of
{       entries provided for in the array.
{
