Int 21 Fn E3 - Novell Netware - Bindery Services - Create Bindery Object [N]

AH = E3h subfn 32h
DS:SI -> request buffer (see #1609)
ES:DI -> reply buffer (see #1610)

Return: AL = status (see #1608)

Note: this function is supported by Advanced NetWare 1.0+ and Alloy NTNX

See Also: AH=E3h/SF=33h,AH=E3h/SF=34h,AH=E3h/SF=38h,AH=E3h/SF=39h

See Also: AX=F217h/SF=32h

(Table 1608)
Values for NetWare function status:
00h successful
96h server out of memory
EEh object already exists
EFh invalid name
F0h wildcard not allowed
F1h invalid bindery security level
F3h not permitted to rename object
F4h not permitted to delete objects
F5h not permitted to create objects
FCh no such object
FEh server bindery locked
FFh bindery failure

See Also: #1590,#1615

Format of NetWare "Create Bindery Object" request buffer:
Offset Size Description (Table 1609)
00h WORD length of following data (max 35h)
02h BYTE 32h (subfunction "Create Bindery Object")
03h BYTE object flag (00h static, 01h dynamic)
04h BYTE object security levels
05h WORD (big-endian) type of object
07h BYTE length of object's name
08h N BYTEs object's name

See Also: #1610

Format of NetWare reply buffer:
Offset Size Description (Table 1610)
00h WORD 0000h (no data returned)

See Also: #1609,#1611,#1612