Information about the ports connected to the specified queue.

typedef struct _GETPORTFROMQ {
  ULONG         ulPorts;                         /*  Number of ports connected to this print queue. */
  PORTFROMQ     PortFromQ[1];  /*  An array (size ulPorts) of ports connected to this queue. */
} GETPORTFROMQ;

typedef   GETPORTFROMQ   * PGETPORTFROMQ ;


[Back] [Next]