table of contents
other versions
- wheezy 2.2.6-9
| NWGETCONNLISTFROMOBJECT(3NCP) | NWGETCONNLISTFROMOBJECT(3NCP) |
NAME¶
NWGetConnListFromObject - Retrieve connection list of specified objectSYNOPSIS¶
#include <nwcalls.h>DESCRIPTION¶
This function retrieves connection list of specified object from server.conn contains connection handle
obtained from ncp_open(3ncp) or NWParsePath(3ncp).
objID contains server specific object
ID. For bindery, it is object ID, for NDS objects it is local entry
number.
firstConn specifies, from which
connection start search. Use 0 on first call and highest returned value
on subsequent.
noOfReturnedConns contains number of
returned connections. It may be NULL, there is no reason for pass
NULL into this function. At most 125 connections are returned at
once.
connList is array for returned
connection numbers. It may be NULL, in this case, only
noOfReturnedConns is returned. connList array must be able to
hold 125 entries.
RETURN VALUE¶
Function returns zero on success and non-zero on failure. If specified object does not exist, success is returned and noOfReturnedConns is set to zero.BUGS¶
None known.SEE ALSO¶
nwerrors(3ncp), NWGetObjectConnectionNumbers(3ncp)| 04/13/1999 | libncp (>= 2.2.0.14) |