Structure returned by SplGetPortFromQ.

typedef struct _PORTFROMQ {
  PSZ       pszComputer;         /*  Name of the computer on which the port exisits. */
  PSZ       pszPort;             /*  Name of the port connected to the queue. */
  PSZ       pszDeviceID;         /*  Device ID string returned by the printer. */
  ULONG     flBidiCapabilities;  /*  Printer capabilities. */
  ULONG     flJobs;              /*  Job control flags. */
} PORTFROMQ;

typedef   PORTFROMQ   * PPORTFROMQ ;


[Back: PPOINTERINFO Field - hbmColor]
[Next: PORTFROMQ Field - pszComputer]