Jump to content

PORTFROMQ: Difference between revisions

From EDM2
Created page with "Structure returned by SplGetPortFromQ. ==Example Code== <PRE> typedef struct _PORTFROMQ { PSZ pszComputer; /* Name of the computer on which the port exisits...."
(No difference)

Revision as of 17:46, 8 February 2020

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;