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...."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
Structure returned by SplGetPortFromQ.  
Structure returned by [[SplGetPortFromQ]].
==Example Code==
 
<PRE>
<PRE>
typedef struct _PORTFROMQ {
typedef struct _PORTFROMQ {
Line 13: Line 13:
</PRE>
</PRE>


[[Category:Data type]]
[[Category:PM Data type]]

Latest revision as of 07:10, 21 February 2020

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;