[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Novell NetWare - DIRECTORY SERVICES - SCAN BINDERY OBJ TRUSTEE PATHS
        AH = E3h subfn 47h
        DS:SI -> request buffer (see below)
        ES:DI -> reply buffer (see below)
Return: AL = status
            00h successful
            96h server out of memory
            F0h wildcard not allowed
            F1h invalid bindery security level
            FCh no such object
            FEh server bindery locked
            FFh bindery failure
Desc:   iterate through the directories to which an object is a trustee
Note:   this function is supported by Advanced NetWare 1.0+ and Alloy NTNX
SeeAlso: AH=E2h/SF=0Dh,AH=E2h/SF=0Eh

Format of request buffer:
Offset  Size    Description
 00h    WORD    0008h (length of following data)
 02h    BYTE    47h (subfunction "Scan Bindery Object Trustee Paths")
 03h    BYTE    volume number (00h-1Fh)
 04h    WORD    last sequence number (big-endian)
                00h on first call
 06h    DWORD   object ID (big-endian)

Format of reply buffer:
Offset  Size    Description
 00h    WORD    (call) length of following results buffer (max 107h)
 02h    WORD    next sequence number (big-endian)
 04h    DWORD   object ID (big-endian)
 08h    BYTE    trustee directory rights (see AH=E2h/SF=03h)
 09h    BYTE    length fo trustee path
 0Ah  N BYTEs   trustee path

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