Jump to content

PORTFROMQ

From EDM2
Revision as of 07:10, 21 February 2020 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;