[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Novell NetWare - BINDERY SERVICES - CREATE BINDERY OBJECT
        AH = E3h subfn 32h
        DS:SI -> request buffer (see below)
        ES:DI -> reply buffer (see below)
Return: AL = status
            00h successful
            96h server out of memory
            EEh object already exists
            EFh invalid name
            F1h invalid bindery security level
            F5h not permitted to create objects
            FEh server bindery locked
            FFh bindery failure
Note:   this function is supported by Advanced NetWare 1.0+ and Alloy NTNX
SeeAlso: AH=E3h/SF=34h,AH=E3h/SF=38h,AH=E3h/SF=39h

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    type of object (big-endian)
 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)

See Also: 21E3
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson