Get User Connection List (old) 0x2222 23 02

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

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

Request Format

Offset

Content

Type

Request header

6

FunctionCode (23)

byte

7

SubFuncStrucLen (2 + UserNameLen)

word (Hi-Lo)

9

SubFunctionCode (2)

byte

10

UserNameLen

byte

11

UserName

byte[UserNameLen]

Reply Format

Offset

Content

Type

Reply header

8

ListLen

byte

9

ConnectionNumberList

byte[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 UserName, the list length returned by the server is set to zero.

Get User Connection List (old) is a request from the earliest version of NetWare. It is the same as Get Object Connection List (0x2222 23 21), except that it assumes an object of type USER.

See Also

Get Object Connection List (old) 0x2222 23 21