Get Object Connection List (old) 0x2222 23 21

Returns a list of the connection numbers on the server for clients logged in with the specified ObjectName and ObjectType.

NetWare Server:2.x, 3.x, 4.x, 5.x

Request Format

Offset

Content

Type

Request header

6

FunctionCode (23)

byte

7

SubFuncStrucLen (4 + ObjectNameLen)

word (Hi-Lo)

9

SubFunction (21)

byte

10

ObjectType

word (Hi-Lo)

12

ObjectNameLen

byte

13

ObjectName

byte[ObjectNameLen]

Reply Format

Offset

Content

Type

Reply header

8

ListLen

byte

9

ConnectionNumberList

long[ListLen]

Return Values

Decimal

Hex

Description

0

0x00

Successful

150

0x96

Server Out Of Space

240

0xF0

Illegal Wildcard

252

0xFC

No Such Object

254

0xFE

Directory Locked

255

0xFF

Hard Failure

Remarks

If no client is logged in using the specified ObjectName and ObjectType, the list length returned by the server is set to zero.

Get Object Connection List (old) is replaced by Get Object Connection List (0x2222 23 27) and replaces Get User Connection List (0x2222 23 2).

See Also

Get Internet Address (old) 0x2222 23 19, Get User Connection List (old) 0x2222 23 02, Get Object Connection List 0x2222 23 27