Jump to content

GETPORTFROMQ: Difference between revisions

From EDM2
Created page with "Information about the ports connected to the specified queue. ==Type== ULONG ulPorts; PORTFROMQ PortFromQ[1]; ==C Declaration Method== typedef struct ==Field..."
 
No edit summary
 
Line 5: Line 5:
   PORTFROMQ    PortFromQ[1];
   PORTFROMQ    PortFromQ[1];
==C Declaration Method==
==C Declaration Method==
typedef struct
typedef struct
==Fields==
==Fields==
;ulPorts (ULONG)
;ulPorts (ULONG)

Latest revision as of 16:32, 8 February 2020

Information about the ports connected to the specified queue.

Type

 ULONG         ulPorts;
 PORTFROMQ     PortFromQ[1];

C Declaration Method

typedef struct

Fields

ulPorts (ULONG)
Number of ports connected to this print queue.
PortFromQ[1](PORTFROMQ)
An array (size ulPorts) of ports connected to this queue.