(IN) Specifies the NetWare server connection handle.
connNum
(IN) Specifies the connection number of the logged-in object to be scanned.
iterHandle
(IN/OUT) Points to the number of the next record to be scanned; should
be set to 0 initially.
semaphore
(OUT) Points to CONN_SEMAPHORE(optional).
semaphores
(OUT) Points to CONN_SEMAPHORES.
Return values
0x0000
SUCCESSFUL
0x8801
INVALID_CONNECTION
0x88FF
Scan Completed
0x8996
SERVER_OUT_OF_MEMORY
0x89C6
NO_CONSOLE_PRIVILEGES
Notices
The client must have console operator rights to call
NWScanSemaphoresByConn.
iterHandle returns -1 upon completion, and should not be
changed during the scan.
If semaphore is a NULL pointer, semaphores
returns the records in a group, instead of one by one.
NWScanSemaphoresByConn returns SUCCESSFUL even when
connNum is invalid. Call NWGetFileServerInformation
to return the maxConns supported for the specific file server.
Only use connNum in the range of zero-maxConns.