(IN) Specifies either NWPS_BINDERY_SERVICE, NWPS_BINDERY_SERVICE_PRE_40,
or NWPS_DIRECTORY_SERVICE.
connID
(IN) Specifies the connection or context identifier.
handle
(OUT) Points to the value passed by NWPSCfgGetNextPrintQueue and
NWPSCfgEndNextPrintQueue.
queueName
(OUT) Points to the name of the first print queue found. Its maximum length
is MAX_DN_BYTES for Directory Services; 48 characters for other services.
Return values
0x0000
Successful
0x7760
NWPSE_END_OF_LIST
-1
General Error
other
Bindery or Directory Services Errors
Notices
Files opened and memory allocated by NWPSCfgGetFirstPrintQueue
must be respectively closed and deallocated by calling
NWPSCfgEndNextPrintQueue. If the completion code is non-zero, the
value returned for the handle is zero, and calling
NWPSCfgEndNextPrintQueue is not required.