Interrups | Categories | Contents |
AH = E3h subfn 47h DS:SI -> request buffer (see #01959) ES:DI -> reply buffer (see #01960)
Return:
AL = status (00h,96h,F0h,F1h,FCh,FEh,FFh) (see #01961)
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 NetWare "Scan Bindery Object Trustee Paths" request buffer: Offset Size Description (Table 01959) 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
See Also: #01960 - #02190
Format of NetWare "Scan Bindery Object Trustee Paths" reply buffer: Offset Size Description (Table 01960) 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 #01849 at AH=E2h/SF=03h) 09h BYTE length of trustee path 0Ah N BYTEs trustee path
See Also: #01959 - #02190
Category: Netware - Int 21h - N
Interrups | Categories | Contents |