NWGetConnListFromObject(3nw)
NWGetConnListFromObject --
returns a list of connection numbers a specified object has on a given server
Synopsis
#include <nwconnec.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetConnListFromObject
(NWCONN_HANDLE conn,
nuint32 objID,
nuint32 searchConnNum,
pnuint16 connListLen,
pnuint32 connList);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the server to find connection numbers for.
- objID
-
(IN) Specifies the object ID for which to get list of connection numbers.
- searchConnNum
-
(IN) Specifies the connection number to start searching from.
- connListLen
-
(OUT) Points to a return buffer containing the number of connections in connList.
- connList
-
(OUT) Points to a return buffer containing up to 125 connection numbers.
Return values
- 0x0000
-
SUCCESSFUL
Services
Connection
NCP calls
- 0x2222 23 31
-
Get Connection List From Object
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.