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 difference)

Revision as of 15:31, 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.