[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn E3  - Novell Netware - Bindery Services - Create Bindery Object  [N]

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

Return: AL = status (see below)

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

Values for 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

Format of request buffer:
Offset Size    Description
 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

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

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson