Jump to content

PORTFROMQ

From EDM2
Revision as of 17:46, 8 February 2020 by Martini (talk | contribs) (Created page with "Structure returned by SplGetPortFromQ. ==Example Code== <PRE> typedef struct _PORTFROMQ { PSZ pszComputer; /* Name of the computer on which the port exisits....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Structure returned by SplGetPortFromQ.

Example Code

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;