[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn E3  - Novell Netware - Directory Services - Scan Bindery Obj Tr  [N]

   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

See Also: AH=E2h/SF=0Ch,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    (big-endian) last sequence number (FFFFh on first call)
 06h   DWORD   (big-endian) object ID

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

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