Delete Bindery Object From Set 0x2222 23 66

Removes a member from a set property of the specified object.

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

Request Format

Offset

Content

Type

Request header

6

FunctionCode (23)

byte

7

SubFuncStrucLen

word (Hi-Lo)

9

SubFunctionCode (66)

byte

10

ObjectType

word (Hi-Lo)

12

ObjectNameLen

byte

13

ObjectName

byte[ObjectNameLen]

13 + ObjectNameLen

PropertyNameLen

byte

14 + ObjectNameLen

PropertyName

byte[PropertyNameLen]

14 + ObjectNameLen + PropertyNameLen

MemberType

word (Hi-Lo)

16 + ObjectNameLen + PropertyNameLen

MemberNameLen

byte

17 + ObjectNameLen + PropertyNameLen

MemberName

byte[MemberNameLen]

Return Values

Decimal

Hex

Description

0

0x00

Successful

150

0x96

Server Out of Memory

235

0xEB

Property Not Set Property

240

0xF0

Illegal Wildcard

248

0xF8

No Property Write

251

0xFB

No Such Property

252

0xFC

No Such Object

254

0xFE

Directory Locked

255

0xFF

Hard Failure

Remarks

The object, property, and member are specified by name. ObjectType cannot be WILD (-1), and ObjectName and PropertyName cannot contain wildcard characters.

Clients must have write privileges to the specified property to call Delete Bindery Object From Set. If the property security is "write supervisor," the client must supervise both the object being deleted and the object containing the affected set property.

SubFuncStrucLen = 8 + ObjectNameLen + PropertyNameLen + MemberNameLen

See Also

Add Bindery Object To Set 0x2222 23 65