Delete Bindery Object 0x2222 23 51

Removes one object and all its associated properties from the bindery.

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

SubFunctionCode (51)

byte

10

ObjectType

word (Hi-Lo)

12

ObjectNameLen

byte

13

ObjectName

byte[ObjectNameLen]

Return Values

Decimal

Hex

Description

0

0x00

Successful

150

0x96

Server Out of Memory

240

0xF0

Illegal Wildcard

242

0xF2

No Object Read

244

0xF4

No Object Delete

246

0xF6

No Property Delete

251

0xFB

No Such Property

252

0xFC

No Such Object

254

0xFE

Directory Locked

255

0xFF

Hard Failure

Remarks

The object must be fully specified by both its type and name. ObjectType cannot be WILD (-1), and ObjectName cannot contain wildcard characters.

Only a client that is an object supervisor of the specified object can call Delete Bindery Object. Clients are not allowed to remove objects that have "file server" security levels.

See Also

Create Bindery Object 0x2222 23 50